﻿@charset "UTF-8";
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Same with IE9.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
  width: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 * html5
 */
mark {
  background: #ff0;
  color: #333333;
}

/*
 * Addresses margin not present in IE6/7/8.
 * Normalize to chrome 's user agent stylesheet
 */
figure {
  margin: 1em 40px 1em 40px;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Use KISSY CSS default font-size 12px
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 12px;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 * 1. html chrome Simsun, others new times
 * textarea/button/input/select does not inherit.
 * ie8- does not allow 'inherit' value.
 * textarea chrome/fx monospace ie courier new
 * button/input/select chrome/ie arial firefox Simsun calibri font: 13px/1.25 "Helvetica Neue",Helvetica,Arial;
 */
html,
button,
input,
select,
textarea {
  font-family: tahoma,Arial,sans-serif, \5b8b\4f53, sans-serif;
  /* 1 */
}

button,
input,
select,
textarea {
  font-size: 100%;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 * 1. ie7 10px , others 8px
 * 2. chrome rgba(0,0,0,0), others transparent
 * 3. firefox 21px(1.3) others normal(1.13)
 */
body {
  margin: 0;
  /* 1 */
  color: #000;
  background-color: #ffffff;
  /* 2 */
  line-height: 1.5;
  /* 3 */
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a {
  color: #317EE7;
  text-decoration: none;
  /*
     * Improves readability when focused and also mouse hovered in all browsers.
     * people.opera.com/patrickl/experiments/keyboard/test
     */
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  color: #FB5651;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, ie89, S4/5.
 *
 * http://hell.meiert.org/core/css/firefox-3.6.13.css
 *
 * chrome default is bold now 19
 */
b,
strong {
  font-weight: bold;
}

/*
 * ie8- top =0
 */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5
 */
dfn {
  font-style: italic;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * 1. Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 *    ie: courier new others monospace
 * 2. other browsers other than firefox is not 16px
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  /*ie*/
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * ie8- is wrong with relative
 */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers (except firefox).
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE9-.
 * margin: auto ??
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 * Same with chrome 's user agent stylesheet
 */
fieldset {
  border: 2px groove #f0f0f0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  margin: 0;
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*
 * IE6+ need padding-left/right
 */
button {
  padding: 0px 6px;
  /* ie6 fix*/
  _padding: 0;
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome.
 *    firefox is content-box (now)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/*
 * Removes inner padding and search cancel button in S5, Chrome.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.w50 {
  width: 50px;
}

.w70 {
  width: 70px;
}

.w115 {
  width: 115px;
}

.w120 {
  width: 120px;
}

.w145 {
  width: 145px;
}

.w165 {
  width: 165px;
}

.w200 {
  width: 200px;
}

.w400 {
  width: 400px;
}

.w650 {
  width: 650px;
}

.w265 {
  width: 265px;
}

.w335 {
  width: 335px;
}

.w382 {
  width: 382px;
}

.h70 {
  height: 70px;
}

.h80 {
  height: 80px;
}

.h100 {
  height: 100px;
}

.h130 {
  height: 130px;
}

.h140 {
  height: 140px;
}

.h150 {
  height: 150px;
}

.h170 {
  height: 170px;
}

@media \0screen\,screen\9 {
  .opacity-bg {
    background-color: #000000;
    filter: Alpha(opacity=50);
    position: static;
    *zoom: 1;
  }

  .opacity-bg a, .opacity-bg dl, .opacity-bg dt, .opacity-bg dd p {
    position: relative;
  }
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body {
  _margin: 0;
  _height: 100%;
  min-width: 1200px;
  overflow: hidden;
}

/*IE6 BUG*/
img {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

body {
  font-family: 'Microsoft YaHei', Arial;
  font-size: 12px;
}

p,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

.hiddenz {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*form控件公共样式*/
input[type="text"] {
  border: 1px solid #ddd;
  background: #fff;
  padding-left: 5px;
  font-family: 'Microsoft YaHei', Arial;
}

textarea {
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px 0px 0px 5px;
  resize: none;
  font-family: 'Microsoft YaHei', Arial;
}

select {
  border: 1px solid #ddd;
  background: #fff;
  font-family: 'Microsoft YaHei', Arial;
}

button {
  font-family: 'Microsoft YaHei', Arial;
}

input {
  font-family: 'Microsoft YaHei', Arial;
}

input[type="text"]:hover {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5);
}
input[type="text"]:focus {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5);
}

input[type="text"].input_readonly:hover {
  box-shadow: none;
}
input[type="text"].input_readonly:focus {
  box-shadow: none;
}

input[type="text"].input_disabled:hover {
  box-shadow: none;
}
input[type="text"].input_disabled:focus {
  box-shadow: none;
}

textarea.error {
  border: #ff0000 solid 1px;
}

span.error {
  border: #febcb7 solid 1px;
  background: #ffeceb;
  color: #ff1200;
  display: block;
  padding: 0px 5px 0px 5px;
}

.c01 {
  color: #000;
}

.c01-1 {
  color: #333;
}

.c01-2 {
  color: #555;
}

.c01-3 {
  color: #777;
}

.c01-4 {
  color: #999;
}

.c03 {
  color: #f00;
}

.c03-1 {
  color: #fb5651;
}

.c04 {
  color: #ff7200;
}

.c06 {
  color: #91c002;
}

.c07 {
  color: #317ee7;
}

.btn01 {
  background: #154179;
}
.btn01:hover {
  background: #123868;
}

.btn02 {
  background: #ff6458;
}
.btn02:hover {
  background: #ee4f43;
}

.btn03 {
  background: #99cc00;
}
.btn03:hover {
  background: #91c002;
}

.btn04 {
  background: #317ee7;
}
.btn04:hover {
  background: #2c6dc6;
}

.btn05 {
  background: #ff771c;
}
.btn05:hover {
  background: #e66c1a;
}

.btn06 {
  border: #ddd solid 1px;
}
.btn06:hover {
  border: #ccc solid 1px;
}

.btn07 {
  background: #e3e0df;
  color: #fff;
}

.btn08 {
  background: #ccc;
}
.btn08:hover {
  background: #aaa;
}

.w100 {
  width: 100px;
}

.w180 {
  width: 180px;
}

.w280 {
  width: 280px;
}

.w480 {
  width: 480px;
}

.mt2 {
  margin-top: 2px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.login {
  background: #fff;
  width: 360px;
  position: relative;
  margin-top: -30px;
  z-index: 1;
}
.login .error {
  color: #fe695f;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 127px;
}
.login h2 {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  background: #fff;
  margin-left: -21px;
  width: 402px;
}
.login h2 img {
  margin-bottom: 3px;
}
.login ul {
  width: 90%;
  margin: 20px auto;
  display: block;
}
.login ul li {
  text-align: center;
  display: inline-block;
  width: 100%;
  border-bottom: #ddd solid 1px;
  position: relative;
  float: left;
  padding: 5px 0px;
}
.login ul li input {
  border: 0;
  background: none;
  float: left;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.login ul li input.i-code {
  width: 60%;
}
.login ul li input:hover {
  box-shadow: none;
}
.login ul li input:focus {
  box-shadow: none;
}
.login ul li .code {
  float: right;
  display: block;
}
.login ul li .btn01 {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #fff;
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 0;
  margin-top: 12px;
}
.login ul li.title {
  font-size: 24px;
  color: #000;
}
.login ul li.error {
  font-size: 14px;
  color: #fe695f;
}
.login ul li.li0 {
  border: 0;
}

.contact_new {
  border: #ddd solid 1px;
  margin-top: 15px;
  width: 240px;
  padding: 10px 15px;
  background: url("../images/contact.png") right 0 no-repeat;
}
.contact_new h2 {
  color: #174c73;
  font-size: 20px;
  margin-bottom: 10px;
}
.contact_new p {
  font-size: 12px;
  color: #555;
  width: 65%;
}
.contact_new .bm {
  margin-top: 18px;
}
.contact_new .bm p {
  height: 20px;
  line-height: 17px;
  padding-left: 22px;
  background: url("../images/c-z-sys-ico.png") no-repeat;
  color: #666;
}
.contact_new .bm p.tel {
  background-position: 0 -109px;
}
.contact_new .bm p.mail {
  background-position: 0 -130px;
}
.contact_new .bm p.mail a {
  color: #666;
}

.contact_new_en {
  border: #ddd solid 1px;
  margin-top: 15px;
  width: 89%;
  padding: 4% 5% 1% 5%;
  background: url("../images/contact-en.png") right bottom;
}
.contact_new_en h2 {
  color: #174c73;
  font-size: 20px;
  margin-bottom: 0px;
}
.contact_new_en p {
  font-size: 12px;
  color: #777;
  width: 80%;
}
.contact_new_en .bm {
  margin-top: 15px;
}
.contact_new_en .bm p {
  height: 25px;
  line-height: 25px;
  padding-left: 28px;
  background: url("../images/c-z-sys-ico.png");
  color: #666;
}
.contact_new_en .bm p.tel {
  background-position: 0 -174px;
}
.contact_new_en .bm p.mail {
  background-position: 0 -205px;
}
.contact_new_en .bm p.mail a {
  color: #666;
}

.callboard {
  background: #fff3d2;
  border-bottom: 1px solid #efc77d;
  border-top: 1px solid #efc77d;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
}
.callboard a {
  font-size: 14px;
  color: #FB5651;
}
.callboard a:hover {
  text-decoration: underline;
}

.head_new {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  background: #f0f0f0;
  height: 35px;
  line-height: 35px;
  position: relative;
  z-index: 32;
}
.head_new a {
  color: #555;
  font-size: 12px;
}
.head_new a:hover {
  color: #317ee7;
}
.head_new a.quick_inqury {
  font-size: 14px;
  color: #FB5651;
  margin-right: 15px;
}
.head_new a.quick_inqury:hover {
  color: #FB5651;
}
.head_new .exit {
  display: none;
}
.head_new .user_name {
  display: none;
}
.head_new .fl dl {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.head_new .fl dl dt {
  float: left;
}
.head_new .fl dl dt a {
  color: #333;
}
.head_new .fl dl dt a:hover {
  color: #317ee7;
}
.head_new .fl dl dd {
  float: left;
  margin-left: 25px;
}
.head_new .fl dl dd span {
  color: #555;
  margin-right: 5px;
}
.head_new .fl dl dd .vistor {
  display: none;
}
.head_new .fl dl dd a.exit {
  color: #317ee7;
  margin-left: 10px;
}
.head_new .fl dl dd a.exit:hover {
  color: #FF771C;
}
.head_new .fl dl dd.no-login {
  display: none;
}
.head_new .fl dl dd.no-login a {
  color: #317ee7;
  margin-right: 10px;
}
.head_new .fl dl dd.no-login a:hover {
  color: #FF771C;
}
.head_new .fl dl dd.ml10 {
  margin-left: 10px;
}
.head_new .fl dl .message {
  position: relative;
  margin-top: 5px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: auto;
  display: none;
}
.head_new .fl dl .message i {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/ico-index-2015.png") -56px 0;
  z-index: 9;
  float: left;
  margin-top: 6px;
  margin-right: 3px;
}
.head_new .fl dl .message i.arrow {
  background-position: 0px -24px;
  z-index: 10;
  margin-top: 6px;
  margin-left: 3px;
}
.head_new .fl dl .message em {
  color: #fb5651;
}
.head_new .fl dl .message .default {
  position: relative;
  z-index: 8;
  padding: 1px 1px 0px 10px;
  width: auto;
  height: 30px;
  line-height: 25px;
}
.head_new .fl dl .message .default span {
  margin-right: 2px;
  float: left;
}
.head_new .fl dl .message .default em {
  float: left;
}
.head_new .fl dl .message .default a:hover span {
  color: #317ee7;
}
.head_new .fl dl .message .hover {
  display: none;
  background: #fff;
  border: #ddd solid 1px;
  position: absolute;
  top: 30px;
  left: 0;
  line-height: 25px;
  width: 125px;
  padding: 8px 0px;
  z-index: 7;
  border-top: none;
}
.head_new .fl dl .message .hover ul {
  margin-left: 15px;
}
.head_new .fl dl .no-message {
  position: relative;
  margin-top: 5px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: auto;
  display: none;
}
.head_new .fl dl .no-message i {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/ico-index-2015.png") -28px 0;
  z-index: 9;
  float: left;
  margin-top: 6px;
  margin-right: 3px;
}
.head_new .fl dl .no-message i.arrow {
  background-position: 0px -24px;
  z-index: 10;
  margin-top: 6px;
  margin-left: 3px;
}
.head_new .fl dl .no-message em {
  color: #fb5651;
}
.head_new .fl dl .no-message .default {
  position: relative;
  z-index: 8;
  padding: 1px 1px 0px 10px;
  width: auto;
  height: 30px;
  line-height: 25px;
}
.head_new .fl dl .no-message .default span {
  margin-right: 2px;
  float: left;
}
.head_new .fl dl .no-message .default em {
  float: left;
}
.head_new .fl dl .no-message .default a:hover span {
  color: #317ee7;
}
.head_new .fl dl .no-message .hover {
  display: none;
  background: #fff;
  border: #ddd solid 1px;
  position: absolute;
  top: 30px;
  left: 0;
  line-height: 25px;
  width: 125px;
  padding: 8px 0px;
  z-index: 7;
  border-top: none;
}
.head_new .fl dl .no-message .hover p {
  color: #555;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}
.head_new .fl dl .act_msg {
  color: #555;
}
.head_new .fl dl .act_msg em {
  color: #FB5651;
}
.head_new .fl dl .act_msg a {
  color: #317ee7;
  margin-left: 10px;
}
.head_new .fr dl {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.head_new .fr dl dt {
  float: left;
  margin-left: 7px;
}
.head_new .fr dl dt a {
  padding-left: 26px;
  display: block;
  position: relative;
  height: 15px;
}
.head_new .fr dl dt a i {
  display: block;
  width: 25px;
  height: 15px;
  background: url("../images/ico-index-2015.png") -88px 0;
  position: absolute;
  left: 0;
  top: 10px;
}
.head_new .fr dl dd {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.head_new .fr dl dd .default {
  position: relative;
  z-index: 8;
  padding: 1px 10px 1px 10px;
  width: auto;
  height: 28px;
  line-height: 23px;
  margin-top: 5px;
}
.head_new .fr dl dd .default span {
  margin-right: 2px;
  float: left;
}
.head_new .fr dl dd .default i {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/ico-index-2015.png") 0 -25px;
  float: left;
  margin-top: 6px;
  margin-left: 2px;
}
.head_new .fr dl dd i.line {
  float: left;
  display: block;
  width: 2px;
  height: 14px;
  border-right: #ccc solid 1px;
  position: absolute;
  right: 2px;
  top: 11px;
}
.head_new .fr dl dd .hover {
  display: none;
  background: #fff;
  border: #ddd solid 1px;
  position: absolute;
  top: 33px;
  line-height: 28px;
  padding-top: 6px;
  padding-bottom: 8px;
  z-index: 12;
  border-top: none;
}
.head_new .fr dl dd .hover ul {
  text-indent: 13px;
}
.head_new .fr dl dd .hover ul.member {
  width: 85px;
}
.head_new .fr dl dd .hover ul.service {
  width: 85px;
}
.head_new .fr dl dd .hover ul.category {
  width: 230px;
  margin-top: 5px;
}
.head_new .fr dl dd .hover ul.category li {
  float: left;
  margin-right: 20px;
}
.head_new .fr dl dd .hover ul.navigation {
  float: left;
  border-right: #ddd solid 1px;
  text-indent: 25px;
  height: 145px;
  margin: 8px 0px;
}
.head_new .fr dl dd .hover ul.navigation li {
  float: left;
  margin-right: 10px;
}
.head_new .fr dl dd .hover ul.navigation li a.pink {
  color: #fb5651;
}
.head_new .fr dl dd .hover ul.navigation li.tit {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
}
.head_new .fr dl dd .hover ul.navigation li.tit.blue {
  color: #317ee7;
}
.head_new .fr dl dd .hover ul.navigation li.w100 {
  width: 100%;
}
.head_new .fr dl dd .hover ul.b0 {
  border: 0;
}
.head_new .fr dl dd .hover ul.w210 {
  width: 210px;
}
.head_new .fr dl dd .hover ul.w150 {
  width: 150px;
}
.head_new .fr dl dd .hover ul.w150 li {
  width: 100%;
}
.head_new .fr dl dd .hover ul.w140 {
  width: 140px;
}
.head_new .fr dl dd .hover ul.w140 li {
  width: 100%;
}
.head_new .fr dl dd .hover ul.w230 {
  width: 230px;
}
.head_new .fr dl dd .psr {
  right: 0;
  width: 740px;
}
.head_new .fr dl dd:hover .default {
  border: #ddd solid 1px;
  padding: 0px 9px 0px 9px;
  border-bottom: 0;
  background-color: #fff;
}
.head_new .fr dl dd:hover .hover {
  display: block;
}

.search_new {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.search_new .logo {
  float: left;
  display: block;
  width: 210px;
  height: 75px;
  background: url("../images/logo.png") no-repeat;
  margin-top: 32px;
  position: relative;
}
.search_new .logo em {
  position: absolute;
  right: -63px;
  top: 16px;
  color: #333;
  font-size: 24px;
}
.search_new .logo em i {
  margin-left: 7px;
}
.search_new .search {
  float: left;
  margin-left: 100px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 720px;
  margin-top: 20px;
  position: relative;
}
.search_new .search .tab {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  float: left;
}
.search_new .search .tab li {
  float: left;
  cursor: pointer;
  color: #4063c6;
  margin-right: 4px;
  height: 26px;
  line-height: 25px;
  padding: 0 8px;
}
.search_new .search .tab li.cur {
  color: #fff;
  border-radius: 3px 3px 0 0;
  background: url(../images/search-bg.png) repeat;
}
.search_new .search .tab li.cur:hover {
  color: #fff;
  border-radius: 3px 3px 0 0;
  background: url(../images/search-bg.png) repeat;
}
.search_new .search .tab li:hover {
  background: #f0f8ff;
}
.search_new .search .so {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  float: left;
  position: absolute;
  left: 0px;
  margin-top: 2px;
}
.search_new .search .so .icon-search {
  position: absolute;
  left: 13px;
  top: 13px;
  z-index: 9;
  display: inline-block;
  width: 15px;
  height: 16px;
  background: url(../images/icon-search.png) no-repeat;
}
.search_new .search .so input[type="text"] {
  position: relative;
  float: left;
  border: 0;
  background: #fff;
  width: 542px;
  height: 36px;
  line-height: 40px;
  border: #4063c6 solid 2px;
  border-right: 0;
  padding-left: 34px;
  outline: none;
}
.search_new .search .so input[type="text"]:hover {
  box-shadow: none;
}
.search_new .search .so input[type="text"]:focus {
  box-shadow: none;
}
.search_new .search .so ::-webkit-input-placeholder {
  color: #bbb;
}
.search_new .search .so .btn04 {
  width: 68px;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  border: 0;
  float: left;
  background: #4063c6;
  border-radius: 0 3px 3px 0;
}
.search_new .search .so .btn04:hover {
  background: #29449d;
}
.search_new .search .link01 {
  position: absolute;
  right: 15px;
  top: 24px;
}
.search_new .search .link01 a {
  color: #555;
  line-height: 20px;
}
.search_new .search .link01 a:after {
  content: '';
  width: 8px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
  background: url(../images/icon-right.png) no-repeat;
}
.search_new .search .link01 a:hover {
  color: #317ee7;
}
.search_new .search .link {
  float: left;
  margin-left: 20px;
  position: absolute;
  right: 25px;
  top: 25px;
}
.search_new .search .keyword {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 645px;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 0px;
  height: 24px;
}
.search_new .search .keyword a {
  float: left;
  color: #777;
  margin-right: 8px;
  margin-top: 8px;
}
.search_new .search .keyword a:hover {
  color: #317ee7;
}
.search_new .QR-code {
  float: right;
  margin-top: 27px;
}

.bt-63 {
  bottom: 4px;
}

.bt363 {
  bottom: 363px;
}

.tp22 {
  top: 22px;
}

.tp-122 {
  top: -132px;
}

.lt0 {
  left: 0;
}

.lt-400 {
  left: -400px;
}

.search_new_supply {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.search_new_supply .logo {
  float: left;
  display: block;
  width: 200px;
  height: 75px;
  background: url("../images/ico-index-2015.png") 0 -430px;
  margin-top: 20px;
}
.search_new_supply .search {
  float: right;
  margin-left: 0px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-top: 20px;
}
.search_new_supply .search .link {
  float: left;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-right: 50px;
  margin-top: 22px;
}
.search_new_supply .search .link a {
  display: block;
  padding: 6px 20px;
  border: #bcbcbc solid 1px;
  color: #333;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  background-image: url('../images/b3d2aa7e9d08454e9833d6a6e4a46e25.gif');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#ffffff, #eeeeee);
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
  background-image: linear-gradient(#ffffff, #eeeeee);
}
.search_new_supply .search .link a:hover {
  padding: 7px 21px;
  background: #317EE7;
  color: #fff;
  border: 0;
}
.search_new_supply .search .so {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  float: left;
  margin-top: 22px;
}
.search_new_supply .search .so input[type="text"] {
  float: left;
  border: 0;
  background: #fff;
  width: 450px;
  height: 30px;
  line-height: 30px;
  border: #317ee7 solid 2px;
  border-right: 0;
  outline: none;
}
.search_new_supply .search .so .btn04 {
  margin-right: 10px;
  width: 92px;
  text-align: center;
  display: block;
  height: 36px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  border: 0;
  float: left;
}
.search_new_supply .search .so .mr0 {
  margin-right: 0px;
}

.menu_new {
  width: 100%;
  border-bottom: #317ee7 solid 3px;
  margin-top: 30px;
  position: relative;
  z-index: 30;
}
.menu_new .nav {
  width: 100%;
}
.menu_new .nav .spec {
  float: left;
  width: 210px;
  height: 40px;
}
.menu_new .nav .spec h2 {
  line-height: 40px;
  background: #317ee7;
  text-indent: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.menu_new .nav .spec .drop-memu {
  border: #317ee7 solid 2px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  padding-top: 5px;
}
.menu_new .nav .spec .drop-memu dl {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 176px;
  padding: 12px 15px;
  border-bottom: dotted 1px #ddd;
}
.menu_new .nav .spec .drop-memu dl dt {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-bottom: 7px;
  float: left;
}
.menu_new .nav .spec .drop-memu dl dt span {
  font-size: 14px;
  color: #3c3c3c;
  font-weight: bold;
  float: left;
}
.menu_new .nav .spec .drop-memu dl dt a {
  float: right;
  display: block;
  border: #ddd solid 1px;
  width: 35px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #777;
  margin-top: 3px;
}
.menu_new .nav .spec .drop-memu dl dt a:hover {
  color: #317ee7;
}
.menu_new .nav .spec .drop-memu dl dd {
  width: 115%;
  float: left;
}
.menu_new .nav .spec .drop-memu dl dd a {
  color: #3c3c3c;
  margin-right: 23px;
  margin-bottom: 5px;
  display: block;
  float: left;
}
.menu_new .nav .spec .drop-memu dl dd a:hover {
  color: #317ee7;
}
.menu_new .nav .spec .drop-memu dl.bd0 {
  border: 0;
}
.ie7 .menu_new .nav .spec .drop-memu dl {
  padding: 15px 15px;
}
.menu_new .nav ul.link {
  float: left;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  /*margin-left: 15px;*/
}
.menu_new .nav ul.link li {
  float: left;
  /*margin-right: 40px;*/
  height: 40px;
  line-height: 37px;
  padding: 0 15px;
  position: relative;
}
.menu_new .nav ul.link li a {
  color: #333;
  font-size: 16px;
}
.menu_new .nav ul.link li a.cur {
  color: #317ee7;
}
.menu_new .nav ul.link li a.cur:hover {
  color: #FF771C;
}
.menu_new .nav ul.link li a:hover {
  color: #2c6dc6;
}
.menu_new .nav ul.link li i {
  display: inline-block;
  width: 40px;
  height: 25px;
  background: url("../images/hdft.png") no-repeat;
  position: absolute;
  top: -12px;
  right: -20px;
}
.menu_new .nav .tel {
  float: right;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-top: 3px;
}
.menu_new .nav .tel i {
  display: inline-block;
  width: 26px;
  height: 25px;
  background: url("../images/ico-index-2015.png") -212px 6px;
  float: left;
}
.menu_new .nav .tel span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  float: left;
  margin-top: 5px;
}
.menu_new .nav .tel span.num {
  font-size: 20px;
  margin-top: 0;
}
.menu_new .nav .tel span.time {
  color: #999;
  margin-left: 3px;
}

.menu_new_sec {
  margin-top: 0 !important;
  width: 100%;
  border-bottom: #317ee7 solid 3px;
  position: relative;
  z-index: 30;
}
.menu_new_sec .nav {
  width: 100%;
}
.menu_new_sec .nav .spec {
  float: left;
  width: 210px;
  height: 40px;
}
.menu_new_sec .nav .spec h2 {
  line-height: 40px;
  background: #317ee7;
  text-indent: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 40px;
}
.menu_new_sec .nav .spec h2 i {
  display: block;
  background: url("../images/detail_ico_2015.png") -300px 6px;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9999;
}
.menu_new_sec .nav .spec .drop-memu {
  border: #317ee7 solid 2px;
  padding-top: 5px;
  background: #fff;
  display: none;
}
.menu_new_sec .nav .spec .drop-memu dl {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 176px;
  padding: 12px 15px;
  border-bottom: dotted 1px #ddd;
}
.menu_new_sec .nav .spec .drop-memu dl dt {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-bottom: 7px;
  float: left;
}
.menu_new_sec .nav .spec .drop-memu dl dt span {
  font-size: 14px;
  color: #3c3c3c;
  font-weight: bold;
  float: left;
}
.menu_new_sec .nav .spec .drop-memu dl dt a {
  float: right;
  display: block;
  border: #ddd solid 1px;
  width: 35px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #777;
  margin-top: 3px;
}
.menu_new_sec .nav .spec .drop-memu dl dt a:hover {
  color: #317ee7;
}
.menu_new_sec .nav .spec .drop-memu dl dd {
  width: 115%;
  float: left;
}
.menu_new_sec .nav .spec .drop-memu dl dd a {
  color: #3c3c3c;
  margin-right: 23px;
  margin-bottom: 5px;
  display: block;
  float: left;
}
.menu_new_sec .nav .spec .drop-memu dl dd a:hover {
  color: #317ee7;
}
.menu_new_sec .nav .spec .drop-memu dl.bd0 {
  border: 0;
}
.ie7 .menu_new_sec .nav .spec .drop-memu dl {
  padding: 15px 15px;
}
.menu_new_sec .nav .spec:hover .drop-memu {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.menu_new_sec .nav ul.link {
  float: left;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  /*margin-left: 15px;*/
}
.menu_new_sec .nav ul.link li {
  float: left;
  height: 40px;
  line-height: 37px;
  padding: 0 15px;
  position: relative;
}
.menu_new_sec .nav ul.link li a {
  color: #333;
  font-size: 16px;
}
.menu_new_sec .nav ul.link li a.cur {
  color: #317ee7;
}
.menu_new_sec .nav ul.link li a.cur:hover {
  color: #FF771C;
}
.menu_new_sec .nav ul.link li a:hover {
  color: #2c6dc6;
}
.menu_new_sec .nav ul.link li i {
  display: inline-block;
  width: 40px;
  height: 25px;
  background: url("../../images/member/hdft.png") no-repeat;
  position: absolute;
  top: -12px;
  right: -20px;
}
.menu_new_sec .nav .tel {
  float: right;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-top: 3px;
}
.menu_new_sec .nav .tel i {
  display: inline-block;
  width: 26px;
  height: 25px;
  background: url("../images/ico-index-2015.png") -212px 6px;
  float: left;
}
.menu_new_sec .nav .tel span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  float: left;
  margin-top: 5px;
}
.menu_new_sec .nav .tel span.num {
  font-size: 20px;
  color: #4063c6;
  font-weight: bold;
  margin-top: 0;
}
.menu_new_sec .nav .tel span.time {
  font-size: 12px;
  color: #aaa;
  margin-left: 7px;
  margin-top: 7px;
}

.foot_new {
  display: inline-block;
  width: 100%;
  background: #fafafa;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  margin-top: 20px;
  padding-top: 30px;
}
.foot_new .map {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.foot_new .map .fl dl {
  float: left;
  width: 150px;
}
.foot_new .map .fl dl dt {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.foot_new .map .fl dl dd {
  margin-bottom: 10px;
}
.foot_new .map .fl dl dd a {
  color: #777;
}
.foot_new .map .fl dl dd a:hover {
  color: #0f80e3;
}
.foot_new .map .fl dl.last {
  width: 100px;
}
.foot_new .map .fr {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  border-left: #ddd solid 1px;
  padding-left: 40px;
}
.foot_new .map .fr .ps {
  float: left;
}
.foot_new .map .fr .ps h2 {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.foot_new .map .fr .ps p {
  color: #555;
  line-height: 24px;
}
.foot_new .map .fr .code {
  float: left;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding-top: 20px;
}
.foot_new .map .fr .code i {
  display: block;
  width: 111px;
  height: 15px;
  background: url("../images/ico-index-2015.png") -386px -30px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.foot_new .map .fr .code p {
  float: left;
  width: 100px;
  text-align: center;
  color: #555;
  margin-top: 15px;
  margin-left: 20px;
}
.foot_new .so {
  margin-top: 20px;
  padding-top: 10px;
  border-top: #ddd solid 1px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.foot_new .so .fl .logo {
  float: left;
  display: block;
  width: 300px;
  height: 75px;
  background: url("../images/ico-index-2015.png") 0px -547px;
  margin-top: 20px;
}
.foot_new .so .fl .form {
  float: left;
  margin-top: 30px;
  margin-left: 40px;
}
.foot_new .so .fl .form input {
  float: left;
  background: #FFF;
  width: 420px;
  height: 30px;
  line-height: 30px;
  border: #ddd solid 1px;
  border-right: 0;
}
.foot_new .so .fl .form .btn {
  width: 80px;
  text-align: center;
  display: block;
  height: 34px;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  float: left;
  background: #317EE7;
  border: #317EE7 solid 1px;
}
.foot_new .so .fl .form .btn:hover {
  background: #2C6DC6;
}
.foot_new .so .fr h2 {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  margin-top: 7px;
  text-align: right;
}
.foot_new .so .fr h2 em {
  font-size: 20px;
  color: #ff771c;
}
.foot_new .so .fr h3 {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.foot_new .so .fr h3 .click {
  display: block;
  width: 111px;
  height: 20px;
  background: url("../images/ico-index-2015.png") -397px -3px no-repeat;
  float: right;
  font-size: 0;
  margin-top: 8px;
}
.foot_new .so .fr h3 .btn05 {
  width: 120px;
  text-align: center;
  display: block;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  float: right;
}

.bottom {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bottom .nav a {
  color: #777;
  padding: 0 15px;
  height: 15px;
  line-height: 15px;
  border-right: #b7b7b7 solid 1px;
}
.bottom .nav a:hover {
  color: #0f80e3;
}
.bottom .nav a.bd0 {
  border: 0;
}
.bottom .nav .hot-cpd {
  height: 25px;
  line-height: 25px;
  cursor: pointer;
}
.bottom .nav .hot-cpd span {
  margin-right: 2px;
  float: left;
  margin-left: 8px;
  color: #777;
}
.bottom .nav .hot-cpd i {
  display: block;
  width: 15px;
  height: 15px;
  background: transparent url("../images/ico-index-2015.png") repeat scroll 0px -25px;
  float: left;
  margin-top: 6px;
  margin-left: 2px;
}
.bottom .nav .seo-enter {
  position: relative;
  border: #ddd solid 1px;
  margin-top: -9px;
}
.bottom .nav .seo-enter .foot-seo {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  position: absolute;
  top: 25px;
  right: -1px;
  z-index: 99;
  width: 1156px;
  background: white none repeat scroll 0% 0%;
  border: 1px solid #dddddd;
  padding: 20px;
  display: none;
}
.bottom .nav .seo-enter .foot-seo dl {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.bottom .nav .seo-enter .foot-seo dl dt {
  float: left;
  width: 90px;
  font-size: 12px;
  color: #333;
}
.bottom .nav .seo-enter .foot-seo dl dd {
  float: left;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 90%;
}
.bottom .nav .seo-enter .foot-seo dl dd a {
  color: #777;
  margin-left: 15px;
  margin-bottom: 5px;
  float: left;
  padding: 0;
  border: 0;
  font-size: 12px;
}
.bottom .nav .seo-enter:hover .foot-seo {
  display: block;
}
.bottom p {
  width: 100%;
  color: #777;
  margin-top: 10px;
}
.bottom .link {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}
.bottom .link .fl {
  color: #999;
  width: 100px;
  text-align: right;
}
.bottom .link a {
  color: #999;
  height: 20px;
  line-height: 20px;
  margin-right: 40px;
  float: left;
}
.bottom .link a:hover {
  color: #0f80e3;
}
.bottom .link .list {
  margin-left: 10px;
  float: left;
}

.fix_nav {
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -160px;
  z-index: 999;
}
.fix_nav ul li {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}
.fix_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: #ddd solid 1px;
  color: #aaa;
  background: #fff;
}
.fix_nav ul li a i {
  width: 25px;
  height: 25px;
  display: block;
  background: url("../images/ico-index-2015.png");
  margin: 8px auto;
  margin-bottom: 5px;
}
.fix_nav ul li a i.i1 {
  background-position: -196px -80px;
}
.fix_nav ul li a i.i2 {
  background-position: -198px -144px;
}
.fix_nav ul li a i.i3 {
  background-position: -196px -211px;
}
.fix_nav ul li a i.i4 {
  background-position: -196px -276px;
}
.fix_nav ul li a i.i5 {
  background-position: -196px -339px;
}
.fix_nav ul li a i.iqq {
  background: url("../images/ico_qq.png") no-repeat;
}
.fix_nav ul li a i.ts {
  background: url("../images/ico_ts.png") no-repeat;
}
.fix_nav ul li a:hover {
  color: #fff;
  background: #488fef;
  border: #488fef solid 1px;
}
.fix_nav ul li a:hover i.i1 {
  background-position: -141px -80px;
}
.fix_nav ul li a:hover i.i2 {
  background-position: -143px -144px;
}
.fix_nav ul li a:hover i.i3 {
  background-position: -141px -211px;
}
.fix_nav ul li a:hover i.i4 {
  background-position: -141px -276px;
}
.fix_nav ul li a:hover i.i5 {
  background-position: -141px -339px;
}
.fix_nav ul li a:hover i.ts {
  background: url("../images/ico_ts.png") 0 -26px no-repeat;
}
.fix_nav ul li a.cur {
  color: #fff;
  background: #488fef;
  border: #488fef solid 1px;
}
.fix_nav ul li a.cur i.i1 {
  background-position: -141px -80px;
}
.fix_nav ul li a.cur i.i2 {
  background-position: -142px -144px;
}
.fix_nav ul li a.cur i.i3 {
  background-position: -141px -211px;
}
.fix_nav ul li a.cur i.i4 {
  background-position: -141px -276px;
}
.fix_nav ul li a.cur i.i5 {
  background-position: -141px -339px;
}
.fix_nav ul li a.cur i.ts {
  background: url("../images/ico_ts.png") 0 -26px no-repeat;
}
.fix_nav ul li.top {
  display: none;
}

/*当前位置*/
.pub_location {
  line-height: 40px;
  display: inline-block;
  width: 100%;
  color: #888;
}
.pub_location a {
  color: #888;
}
.pub_location em {
  margin: 0 5px;
}
.pub_location .pub_action {
  float: left;
}
.pub_location .pub_action a {
  color: #888;
}
.pub_location .pub_action a:hover {
  color: #317ee7;
}
.pub_location .pub_action a.catalog {
  border: #dddddd solid 1px;
  padding: 3px 10px;
  margin-left: 5px;
}
.pub_location .pub_action a.catalog:hover {
  color: #fff;
  background: #0f80e3;
  border: 0;
  padding: 4px 11px;
}
.pub_location .pub_action a.cancel {
  border: #dddddd solid 1px;
  padding: 3px 10px;
  margin-left: 8px;
}
.pub_location .pub_action a.cancel i {
  margin-left: 8px;
  font-size: 14px;
  font-family: Arial;
}
.pub_location .pub_action a.cancel:hover {
  color: #317ee7;
  border: #317ee7 solid 1px;
}
.pub_location .pub_action em {
  color: #888;
  margin: 0 5px;
}
.pub_location .pub_action span {
  color: #888;
  margin-right: 5px;
}
.pub_location .bshare-custom {
  float: right;
  margin: 10px 0;
}

/*分页*/
.m-page {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.m-page a {
  color: #555;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
  margin-right: 5px;
  border-radius: 1px;
  display: inline-block;
  background: #fff;
}
.m-page a.cur {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page a:hover {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page a.disable:hover {
  color: #555;
  background: #fff;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
}
.m-page input {
  width: 40px;
  line-height: 27px;
  margin: 0px 5px;
  text-align: center;
  color: #777;
  border: #ddd solid 1px;
}

.m-page-new {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.m-page-new .pagination li {
  display: inline-block;
  *float: left;
}
.m-page-new .pagination li span {
  color: #555;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
  margin-right: 5px;
  border-radius: 1px;
  display: inline-block;
  background: #fff;
}
.m-page-new .pagination li span.cur {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page-new .pagination li span.disable:hover {
  color: #555;
  background: #fff;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
}
.m-page-new .pagination li a {
  color: #555;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
  margin-right: 5px;
  border-radius: 1px;
  display: inline-block;
  background: #fff;
}
.m-page-new .pagination li a.cur {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page-new .pagination li a:hover {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page-new .pagination li a.disable:hover {
  color: #555;
  background: #fff;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
}
.m-page-new .pagination li.active span {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 6px 11px 7px 11px;
}
.m-page-new .pagination li.active span.disable:hover {
  color: #555;
  background: #fff;
  border: #dddddd solid 1px;
  padding: 5px 10px 6px 10px;
}

.list-empty {
  text-align: center;
  padding: 80px 0;
}
.list-empty:before {
  width: 64px;
  display: inline-block;
  font-size: 64px;
  content: '\e912';
  color: #ffbb19;
  vertical-align: middle;
}
.list-empty p {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  vertical-align: middle;
}
.list-empty p b {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.list-empty p span {
  font-size: 12px;
  color: #a9a9a9;
}

.t_page {
  width: 100%;
}
.t_page .p_top {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.t_page .p_top .sort {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 40%;
  float: left;
}
.t_page .p_top .sort a {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  color: #555;
  margin-right: 25px;
  font-size: 14px;
  float: left;
  margin-top: 5px;
}
.t_page .p_top .sort a em {
  float: left;
}
.t_page .p_top .sort a i {
  float: left;
  display: block;
  background: url("../../images/detail_ico_2015.png") -188px -25px;
  width: 10px;
  height: 12px;
  margin-top: 6px;
}
.t_page .p_top .sort a.cur i {
  background-position: -188px -1px;
}
.t_page .p_top .sort a:hover {
  color: #0f80e3;
}
.t_page .p_top .num {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 40%;
  text-align: right;
  float: right;
}
.t_page .p_top .num span {
  color: #555;
  font-size: 14px;
  padding: 2px 0px;
  margin-right: -5px;
}
.t_page .p_top .num a {
  color: #555;
  border: #dddddd solid 1px;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 1px;
  display: inline-block;
  background: #f8f8f8;
  font-size: 14px;
}
.t_page .p_top .num a.cur {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 3px 6px;
}
.t_page .p_top .num a:hover {
  background: #0f80e3;
  color: #fff;
  border: 0;
  padding: 3px 6px;
}
.t_page .p_bottom {
  background: #f7f7f7;
  border-top: #0f80e3 solid 2px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 5px 0px;
}
.t_page .p_bottom .total {
  width: 40%;
  margin-top: 5px;
  margin-left: 10px;
}
.t_page .p_bottom .total span {
  color: #777;
}
.t_page .p_bottom .total span em {
  margin: 0 3px;
  color: #ff6600;
}
.t_page .p_bottom .page_num a {
  float: left;
}
.t_page .p_bottom .page_num a.pre {
  color: #317ee7;
  font-size: 20px;
}
.t_page .p_bottom .page_num a.disable {
  color: #dedede;
  cursor: auto;
}
.t_page .p_bottom .page_num a.next {
  color: #317ee7;
  font-size: 20px;
  margin-right: 10px;
}
.t_page .p_bottom .page_num .go {
  font-size: 12px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 40px;
  text-align: center;
  background: #0F80E3;
  color: #FFF;
  margin: 5px -2px 0px -2px;
  border: 0;
}
.t_page .p_bottom .page_num .go:hover {
  background: #2C6DC6;
}
.t_page .p_bottom .page_num input {
  width: 40px;
  margin: 5px -5px 0;
  float: left;
  text-align: center;
  color: #777;
  border: #317ee7 solid 1px;
}
.t_page .p_bottom .page_num input:focus {
  box-shadow: none;
  border: #317ee7 solid 1px;
}
.t_page .p_bottom .page_num input:hover {
  box-shadow: none;
  border: #317ee7 solid 1px;
}
.t_page .p_bottom .page_num span {
  color: #777;
  margin-left: 10px;
  float: left;
}
.t_page .p_bottom .page_num span em {
  margin: 0 3px;
}

/*top10*/
.top10 {
  width: 1200px;
  margin: 0 auto;
  background: #f7f7f7;
  position: relative;
  padding-bottom: 35px;
  height: 290px;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  z-index: 2;
}
.top10 h2 {
  margin-bottom: 10px;
  font-size: 18px;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
}
.top10 .btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 100;
  margin-left: -32px;
}
.top10 .btn span {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  font-size: 0px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  cursor: pointer;
  float: left;
  margin-left: 5px;
  display: inline;
  text-align: center;
  background: #ccc;
  border-radius: 50px;
  color: #fff;
}
.top10 .btn span.cur {
  background: #0f80e3;
}
.top10 .preNext {
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 2px;
  width: 25px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  top: 125px;
  z-index: 9999;
  cursor: pointer;
  display: none;
  background: #ccc url("../images/detail_ico_2015.png") 0px 0px;
}
.top10 .pre {
  left: 8px;
  background-position: -281px 15px;
}
.top10 .next {
  right: 8px;
  background-position: -279px -36px;
}
.top10 .mask-l {
  left: 0px;
  background: #f7f7f7;
  z-index: 10;
  width: 40px;
  height: 260px;
  position: absolute;
}
.top10 .mask-r {
  right: 0px;
  background: #f7f7f7;
  z-index: 10;
  width: 40px;
  height: 260px;
  position: absolute;
}
.top10 .toplist {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}
.top10 .banner {
  width: 11500px;
  margin: 0 40px;
  margin-top: 10px;
  position: absolute;
  z-index: 9;
}
.top10 .banner ul {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  position: relative;
  float: left;
}
.top10 .banner ul li {
  float: left;
  margin-right: 30px;
  width: 180px;
  background: #fff;
  margin-top: 10px;
  position: relative;
  padding: 10px;
  height: 200px;
}
.top10 .banner ul li i {
  display: block;
  background: url("../images/detail_ico_2015.png") -1px -248px;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  color: #fff;
  padding-left: 6px;
  padding-top: 1px;
  font-size: 14px;
  z-index: 9999;
}
.top10 .banner ul li i.top1 {
  background-position: -1px -74px;
}
.top10 .banner ul li i.top2 {
  background-position: -1px -130px;
}
.top10 .banner ul li i.top3 {
  background-position: -1px -190px;
}
.top10 .banner ul li .wrap-img {
  width: 180px;
  height: 120px;
  line-height: 120px;
  border: #eee solid 1px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
  padding: 1px;
}
.top10 .banner ul li .wrap-img a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .top10 .banner ul li .wrap-img a {
  position: absolute;
  top: 50%;
}
.top10 .banner ul li .wrap-img img {
  max-width: 180px;
  max-height: 120px;
  vertical-align: middle;
}
.ie7 .top10 .banner ul li .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .top10 .banner ul li .wrap-img {
  position: relative;
}
.top10 .banner ul li .wrap-img:hover {
  border: #317ee7 solid 2px;
  padding: 0px;
}
.top10 .banner ul li p {
  margin-top: 5px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.ie7 .top10 .banner {
  margin-top: 10px;
}
.top10:hover .preNext {
  display: block;
}

.catalog_pan {
  margin-top: 5px;
}
.catalog_pan span {
  position: relative;
  border: 1px solid #DDD;
  padding: 0px 32px 0px 10px;
  margin-right: 8px;
  color: #888;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
}
.catalog_pan span i {
  font-size: 28px;
  font-family: Arial;
  position: absolute;
  right: 8px;
  top: 1px;
}

.search_list {
  background: #eee;
  width: 857px;
  height: 39px;
  line-height: 35px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.search_list span {
  margin-left: 10px;
  color: #666;
}
.search_list a {
  color: #888;
  background-color: #FFF;
}
.search_list a:hover {
  color: #317ee7;
}
.search_list a.catalog {
  border: #dddddd solid 1px;
  padding: 3px 10px;
  margin-left: 5px;
}
.search_list a.catalog:hover {
  color: #fff;
  background: #0f80e3;
  border: 0;
  padding: 4px 11px;
}
.search_list a.cancel {
  border: #dddddd solid 1px;
  padding: 3px 10px;
  margin-left: 8px;
}
.search_list a.cancel i {
  margin-left: 8px;
  font-size: 14px;
  font-family: Arial;
}
.search_list a.cancel:hover {
  color: #317ee7;
  border: #317ee7 solid 1px;
}
.search_list .so-result {
  width: 200px;
  height: 25px;
  line-height: 25px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
}
.search_list .so-result .txt {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 21px;
  line-height: 21px;
  color: #999;
  outline: none;
}
.ie7 .search_list .so-result .txt {
  height: 20px;
  line-height: 20px;
}
.search_list .so-result .btn {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  position: absolute;
  z-index: 10;
  right: -7px;
  top: 5px;
  background: url("../images/ico_supplier_list.png") -136px -35px;
  width: 25px;
  height: 25px;
  border: 0;
}

.interest_list {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  border: #ddd solid 1px;
  margin-top: 20px;
}
.interest_list h3 {
  background: #f5f5f5;
  font-size: 18px;
  color: #333;
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  border-bottom: #ddd solid 1px;
}
.interest_list ul {
  width: 105%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-top: 20px;
  padding-bottom: 10px;
}
.interest_list ul li {
  float: left;
  width: 115px;
  margin-right: 8px;
  margin-left: 20px;
}
.interest_list ul li .wrap-img {
  width: 115px;
  height: 115px;
  line-height: 115px;
  border: #ddd solid 1px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  padding: 1px;
  margin-bottom: 10px;
}
.interest_list ul li .wrap-img a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .interest_list ul li .wrap-img a {
  position: absolute;
  top: 50%;
}
.interest_list ul li .wrap-img img {
  max-width: 115px;
  max-height: 115px;
  vertical-align: middle;
}
.ie7 .interest_list ul li .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .interest_list ul li .wrap-img {
  position: relative;
}
.interest_list ul li .wrap-img:hover {
  border: #317ee7 solid 2px;
  padding: 0;
}
.interest_list ul li p {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.interest_list ul li p a {
  font-size: 12px;
  color: #888;
}
.interest_list ul li p a.casno {
  color: #317ee7;
}
.interest_list ul li p a.casno:hover {
  color: #FF771C;
}
.interest_list ul li p a:hover {
  color: #317ee7;
}

.interest_list_long {
  width: 1198px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  border: #ddd solid 1px;
  margin-top: 20px;
}
.interest_list_long h3 {
  background: #f5f5f5;
  font-size: 18px;
  color: #333;
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  border-bottom: #ddd solid 1px;
}
.interest_list_long .interes_tab {
  background: #f5f5f5;
  font-size: 18px;
  color: #333;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 0px;
}
.interest_list_long .interes_tab li {
  float: left;
  width: 144px;
  background: #f7f7f7;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  border-right: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
}
.interest_list_long .interes_tab .curr {
  background: #fff;
  border-bottom: 0 none;
  height: 36px;
}
.interest_list_long .interes_tab .mite {
  border-left: none;
}
.interest_list_long .interest_page {
  width: 105%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-top: 20px;
  padding-bottom: 10px;
}
.interest_list_long .interest_page li {
  float: left;
  width: 120px;
  margin-right: 8px;
  margin-left: 20px;
}
.interest_list_long .interest_page li .wrap-img {
  width: 120px;
  height: 120px;
  line-height: 118px;
  border: #ddd solid 1px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  padding: 1px;
  margin-bottom: 10px;
}
.interest_list_long .interest_page li .wrap-img a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .interest_list_long .interest_page li .wrap-img a {
  position: absolute;
  top: 50%;
}
.interest_list_long .interest_page li .wrap-img img {
  max-width: 120px;
  max-height: 120px;
  vertical-align: middle;
}
.ie7 .interest_list_long .interest_page li .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .interest_list_long .interest_page li .wrap-img {
  position: relative;
}
.interest_list_long .interest_page li .wrap-img:hover {
  border: #317ee7 solid 2px;
  padding: 0;
}
.interest_list_long .interest_page li p {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.interest_list_long .interest_page li p a {
  font-size: 12px;
  color: #888;
}
.interest_list_long .interest_page li p a.casno {
  color: #317ee7;
}
.interest_list_long .interest_page li p a.casno:hover {
  color: #FF771C;
}
.interest_list_long .interest_page li p a:hover {
  color: #317ee7;
}

.quick_nav {
  width: 1178px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  border: #ddd solid 1px;
  margin-top: 10px;
  padding: 10px;
  padding-bottom: 0px;
}
.ie7 .quick_nav {
  padding-bottom: 2%;
}
.quick_nav dl {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.ie7 .quick_nav dl {
  margin-bottom: 15px;
}
.quick_nav dl dt {
  float: left;
  font-weight: bold;
  color: #333;
  width: 5%;
}
.quick_nav dl dd {
  float: left;
  width: 95%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-bottom: 5px;
}
.quick_nav dl dd a {
  color: #777;
  margin-left: 16px;
  margin-bottom: 5px;
  float: left;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
}
.quick_nav dl dd a:hover {
  color: #0F80E3;
}

.quick_nav_long {
  width: 1174px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  border: #ddd solid 1px;
  margin-top: 15px;
  padding: 1% 1% 0 1%;
}
.ie7 .quick_nav_long {
  padding-bottom: 2%;
}
.quick_nav_long dl {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.ie7 .quick_nav_long dl {
  margin-bottom: 15px;
}
.quick_nav_long dl dt {
  float: left;
  color: #333;
  width: 10%;
  font-size: 14px;
}
.quick_nav_long dl dd {
  float: left;
  width: 90%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-bottom: 5px;
  white-space: nowrap;
}
.quick_nav_long dl dd a {
  color: #777;
  margin-left: 16px;
  margin-bottom: 5px;
  float: left;
  max-width: 84px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.quick_nav_long dl dd a:hover {
  color: #0F80E3;
}

.pagination-jump li {
  float: left;
}
.pagination-jump li span {
  margin-top: 6px;
  margin-right: 10px;
}
.pagination-jump li.disabled span {
  font-size: 20px;
  color: #DEDEDE;
  cursor: auto;
  margin-top: 0px;
  margin-right: 0;
}
.pagination-jump li a {
  color: #317EE7;
  font-size: 20px;
  margin-right: 10px;
}

.page_loading {
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
  z-index: 9999;
}
.page_loading img {
  margin-top: 20%;
}

.cardnum {
  margin-left: 10px;
}

.fixapp {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.fixapp .bg {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: 82px;
  position: relative;
  z-index: 9;
}
.fixapp .app {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}
.fixapp .app .link_an {
  position: absolute;
  left: 50%;
  margin-left: 77px;
  top: 67px;
  display: block;
  width: 140px;
  height: 50px;
}
.fixapp .app .link_ios {
  position: absolute;
  left: 50%;
  margin-left: 232px;
  top: 67px;
  display: block;
  width: 140px;
  height: 50px;
}
.fixapp .app .close_tips {
  position: absolute;
  right: -440px;
  top: 62px;
}

.p-bottom {
  margin-top: 12px;
}
.p-bottom .icon-share,
.p-bottom .icon-follow {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: -6px;
}
.p-bottom a {
  color: #888;
  padding-bottom: 16px;
}
.p-bottom a:hover {
  color: #317ee7;
}
.p-bottom a.follow {
  position: relative;
}
.p-bottom a.follow .icon-follow {
  background: url(../images/heart.png) no-repeat;
}
.p-bottom a.follow .fol-cancel {
  display: none;
  position: absolute;
  left: 2px;
  top: 25px;
  padding-top: 5px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ff585c;
  width: 99px;
  background: url(../images/heart-bg.png) no-repeat;
}
.p-bottom a.active-follow .icon-follow {
  background: url("../images/heart-hover.png") no-repeat;
}
.p-bottom a.active-follow:hover .fol-cancel {
  display: block;
}
.p-bottom .jiathis_style {
  float: right;
}
.p-bottom .jiathis_style a {
  margin: 0 14px;
}
.p-bottom .jiathis_style .icon-share {
  height: 14px;
  vertical-align: -4px;
  background: url(../images/share.png) no-repeat;
}
.p-bottom .jiathis_style:hover .icon-share {
  background: url("../images/share-hover.png") no-repeat;
}

.prod-control .p-bottom {
  margin-top: 0;
}
.prod-control .p-bottom .follow {
  display: inline-block;
}
.prod-control .p-bottom .jiathis_style {
  display: inline-block;
}

.supplier_apply_vip {
  margin: 0px 0 5px 0;
  padding: 0 0px;
  width: 500px;
}
.supplier_apply_vip h2 {
  color: #054d75;
  font-size: 24px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}
.supplier_apply_vip p {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.supplier_apply_vip p.ps {
  font-size: 14px;
  color: #333;
  width: 100%;
  text-align: center;
}
.supplier_apply_vip span.tips {
  width: 416px;
  position: absolute;
  left: 35px;
  top: 50px;
  z-index: 10;
  border: #fac291 solid 1px;
  background: #fff8ec url("../images/tips.png") 8px center no-repeat;
  color: #ff1200;
  display: inline-block;
  padding: 0px 5px 0px 5px;
  height: 26px;
  line-height: 23px;
  padding-left: 30px;
}
.supplier_apply_vip ul {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.supplier_apply_vip ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.supplier_apply_vip ul li span {
  font-size: 14px;
  color: #333;
  float: left;
}
.supplier_apply_vip ul li span.space {
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.supplier_apply_vip ul li span.error {
  border: 1px solid #FEBCB7;
  background: #FFECEB;
  color: #FF1200;
  display: inline-block;
  padding: 0px 5px;
  height: 34px;
  line-height: 32px;
  margin-left: 95px;
  margin-top: 5px;
}
.supplier_apply_vip label {
  width: 90px;
  text-align: right;
  color: #555;
  font-size: 14px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.supplier_apply_vip label em {
  color: #ff0000;
  margin-right: 5px;
}
.supplier_apply_vip div {
  float: left;
}
.supplier_apply_vip div.fl {
  width: 45%;
}
.supplier_apply_vip div.fl span.error {
  width: 107px;
}
.supplier_apply_vip div.fl2 {
  width: 55%;
}
.supplier_apply_vip div.fl2 span.error {
  width: 156px;
}
.supplier_apply_vip input {
  height: 30px;
  border: #ccc solid 1px;
  float: left;
  padding-left: 5px;
  line-height: 30px;
}
.supplier_apply_vip input.w110 {
  width: 110px;
}
.supplier_apply_vip input.w160 {
  width: 160px;
}
.supplier_apply_vip input.w380 {
  width: 386px;
}
.supplier_apply_vip textarea {
  width: 530px;
  height: 150px;
  border: #ccc solid 1px;
  padding-left: 5px;
  padding-top: 5px;
  resize: none;
}
.supplier_apply_vip .btn {
  width: 100%;
  text-align: center;
}
.supplier_apply_vip .btn button {
  background: #70be2d;
  font-size: 20px;
  width: 320px;
  height: 45px;
  border-radius: 25px;
  color: #fff;
  border: 0px;
  line-height: 45px;
}
.supplier_apply_vip .btn button:hover {
  background: #5da91c;
}
.supplier_apply_vip .btn p {
  color: #777;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.message_supplier_apply_vip {
  margin: 0px 0 5px 0;
  padding: 0 0px;
  width: 500px;
}
.message_supplier_apply_vip i {
  display: block;
  width: 57px;
  height: 57px;
  background: url("../images/jr-tips-ico.png") center top no-repeat;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
.message_supplier_apply_vip i.sucess {
  background-position: 0 0;
}
.message_supplier_apply_vip i.fail {
  background-position: 0 -57px;
}
.message_supplier_apply_vip h2 {
  color: #111;
  font-size: 26px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
  padding-top: 20px;
}
.message_supplier_apply_vip h3 {
  color: #777;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
  padding-top: 20px;
}
.message_supplier_apply_vip h3 em {
  color: #ff6458;
  font-style: normal;
  font-size: 20px;
}
.message_supplier_apply_vip p {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 14px;
  color: #777;
  width: 100%;
  text-align: center;
}
.message_supplier_apply_vip p em {
  font-size: 20px;
  color: #ff6458;
  font-style: normal;
}
.message_supplier_apply_vip span {
  position: relative;
  z-index: 8;
}
.message_supplier_apply_vip span.mask {
  font-size: 0;
  background: #f5f5f5;
  width: 300px;
  height: 30px;
  display: block;
  position: absolute;
  top: -59px;
  left: -18px;
}
.message_supplier_apply_vip span.mask0 {
  font-size: 0px;
  background: none repeat scroll 0% 0% #f5f5f5;
  width: 542px;
  height: 22px;
  display: block;
  position: absolute;
  top: -35px;
  left: -20px;
}
.message_supplier_apply_vip .btn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.message_supplier_apply_vip .btn button {
  background: #70be2d;
  font-size: 20px;
  width: 320px;
  height: 45px;
  border-radius: 25px;
  color: #fff;
  border: 0px;
  line-height: 45px;
}
.message_supplier_apply_vip .btn button:hover {
  background: #5da91c;
}
.message_supplier_apply_vip .btn p {
  color: #777;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.loan_apply_vip_win {
  width: 100%;
}
.loan_apply_vip_win .tb {
  width: 100%;
}

.message_loan_apply_vip_win {
  margin: 30px 0 0px 0;
  padding: 0 0px;
  width: 100%;
}
.message_loan_apply_vip_win i {
  display: block;
  width: 70px;
  height: 90px;
  background: url("../images/dai_messge.png") center top no-repeat;
  margin: 0 auto;
  margin-top: 50px;
}
.message_loan_apply_vip_win i.sucess {
  background-position: 0 0;
}
.message_loan_apply_vip_win i.fail {
  background-position: 0 -57px;
}
.message_loan_apply_vip_win h2 {
  color: #333;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.message_loan_apply_vip_win .btn {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  background: #f5f5f5;
  border-top: #ddd solid 1px;
  padding: 8px 0px;
}
.message_loan_apply_vip_win .btn a {
  margin: 0 auto;
  display: block;
  background: #ff6256;
  font-size: 16px;
  width: 170px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  border: 0px;
  line-height: 40px;
}
.message_loan_apply_vip_win .btn a:hover {
  background: #e6564b;
}

.moldata_detail_supply_win {
  margin: 30px 0 0px 0;
  padding: 0 0px;
  width: 100%;
}
.moldata_detail_supply_win i {
  display: block;
  width: 70px;
  height: 75px;
  background: url("../images/detail_ico_2015.png") no-repeat;
  margin: 0 auto;
  margin-bottom: 10px;
}
.moldata_detail_supply_win i.sucess {
  background-position: -118px -76px;
}
.moldata_detail_supply_win i.tips0 {
  background-position: -118px -157px;
}
.moldata_detail_supply_win i.tips1 {
  background-position: -118px -228px;
}
.moldata_detail_supply_win p {
  color: #333;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.moldata_detail_supply_win .btn {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  background: #f5f5f5;
  border-top: #ddd solid 1px;
  padding: 8px 0px;
}
.moldata_detail_supply_win .btn .btn04 {
  margin: 0 auto;
  display: block;
  font-size: 16px;
  width: 170px;
  height: 40px;
  color: #fff;
  border: 0px;
  line-height: 40px;
}

.supplier_apply_vip_win {
  margin: 30px 0 0px 0;
  padding: 0 0px;
  width: 500px;
}
.supplier_apply_vip_win i {
  display: block;
  width: 70px;
  height: 75px;
  background: url("../images/detail_ico_2015.png") no-repeat;
  margin: 0 auto;
  margin-bottom: 10px;
}
.supplier_apply_vip_win i.sucess {
  background-position: -118px -76px;
}
.supplier_apply_vip_win i.tips0 {
  background-position: -118px -157px;
}
.supplier_apply_vip_win i.tips1 {
  background-position: -118px -228px;
}
.supplier_apply_vip_win p {
  color: #333;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.supplier_apply_vip_win .btn {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  background: #f5f5f5;
  border-top: #ddd solid 1px;
  padding: 8px 0px;
}
.supplier_apply_vip_win .btn .btn04 {
  margin: 0 auto;
  display: block;
  font-size: 16px;
  width: 170px;
  height: 40px;
  color: #fff;
  border: 0px;
  line-height: 40px;
}

.error_correction_win {
  margin: 30px 0 0px 0;
  padding: 0 0px;
  width: 100%;
}
.error_correction_win ul {
  display: inline-block;
  width: 100%;
}
.error_correction_win ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.error_correction_win label {
  width: 120px;
  text-align: right;
  color: #555;
  font-size: 14px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.error_correction_win input {
  height: 30px;
  border: #ccc solid 1px;
  float: left;
  padding-left: 5px;
  line-height: 30px;
  width: 400px;
}
.error_correction_win textarea {
  width: 500px;
  height: 150px;
  border: #ccc solid 1px;
  padding-left: 5px;
  padding-top: 5px;
  resize: none;
  margin-left: 100px;
}
.error_correction_win p {
  color: #333;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.error_correction_win .btn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  background: #f5f5f5;
  border-top: #ddd solid 1px;
  padding: 8px 0px;
}
.error_correction_win .btn .btn04 {
  margin: 0 auto;
  display: inline-block;
  font-size: 16px;
  width: 170px;
  height: 40px;
  color: #fff;
  border: 0px;
  line-height: 40px;
  margin-right: 20px;
}
.error_correction_win .btn .cancel {
  margin: 0 auto;
  display: inline-block;
  font-size: 16px;
  width: 170px;
  height: 40px;
  color: #fff;
  border: 0px;
  line-height: 40px;
  background: #bbb;
}
.error_correction_win .btn .cancel:hover {
  background: #aaa;
}

.history_detail_supply_win {
  width: 100%;
  margin: 20px 0;
}
.history_detail_supply_win .popup-con {
  padding: 0  40px 65px 40px;
  width: 720px;
  font-family: "Microsoft YaHei";
  display: inline-block;
}
.history_detail_supply_win .popup-con li {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.history_detail_supply_win .popup-con li label {
  width: 110px;
  float: left;
  font-size: 14px;
  text-align: right;
  color: #666;
}
.history_detail_supply_win .popup-con li label em {
  color: red;
}
.history_detail_supply_win .popup-con li span {
  color: #333;
  float: left;
  font-size: 14px;
}
.history_detail_supply_win .popup-con li .space {
  margin: 6px  10px 0 10px;
}
.history_detail_supply_win .popup-con li .select-bd0 {
  width: 70px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 5px;
  height: 34px;
}
.history_detail_supply_win .popup-con li select {
  border: none;
  font-size: 14px;
  height: 26px;
  margin: 4px 0 0 5px;
  width: 60px;
}
.history_detail_supply_win .popup-con li input {
  border: 1px solid #ccc;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
}
.history_detail_supply_win .popup-con li .w115 {
  width: 115px;
}
.history_detail_supply_win .popup-con li .select-bd1 {
  border: 1px solid #ccc;
  float: left;
  width: 70px;
  height: 34px;
}
.history_detail_supply_win .popup-con li textarea {
  border: 1px solid #ccc;
  height: 150px;
  padding: 5px 0 0 5px;
  resize: none;
  width: 530px;
}
.history_detail_supply_win button {
  border: none;
}
.history_detail_supply_win .popup-foot {
  width: 842px;
  background: #ff5f5;
  border-top: 1px solid #ccc;
  bottom: -17px;
  left: -20px;
  padding: 18px 0 16px;
  position: absolute;
}
.history_detail_supply_win .popup-foot .btn {
  width: 280px;
  margin: 0 auto;
}
.history_detail_supply_win .popup-foot .btn .but1 {
  float: left;
  background: #044077;
  border-radius: 5px;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  width: 120px;
}
.history_detail_supply_win .popup-foot .btn .but1:hover {
  background: #084d8c;
}
.history_detail_supply_win .popup-foot .btn .but2 {
  float: left;
  background: #e5e3e3;
  border-radius: 5px;
  color: #555;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  width: 120px;
  margin-left: 20px;
}
.history_detail_supply_win .popup-foot .btn .but2:hover {
  background: #e1dddd;
}

.keyword_detail_supply_win {
  width: 100%;
  margin: 20px 0;
}
.keyword_detail_supply_win .popup-con {
  padding: 0  40px 65px 40px;
  width: 720px;
  font-family: "Microsoft YaHei";
  display: inline-block;
}
.keyword_detail_supply_win .popup-con li {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.keyword_detail_supply_win .popup-con li label {
  width: 110px;
  float: left;
  font-size: 14px;
  text-align: right;
  color: #666;
}
.keyword_detail_supply_win .popup-con li label em {
  color: red;
}
.keyword_detail_supply_win .popup-con li span {
  color: #333;
  float: left;
  font-size: 14px;
}
.keyword_detail_supply_win .popup-con li .space {
  margin: 6px  10px 0 10px;
}
.keyword_detail_supply_win .popup-con li .select-bd0 {
  width: 70px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 5px;
  height: 34px;
}
.keyword_detail_supply_win .popup-con li select {
  border: none;
  font-size: 14px;
  height: 26px;
  margin: 4px 0 0 5px;
  width: 60px;
}
.keyword_detail_supply_win .popup-con li input {
  border: 1px solid #ccc;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
}
.keyword_detail_supply_win .popup-con li .w115 {
  width: 115px;
}
.keyword_detail_supply_win .popup-con li .select-bd1 {
  border: 1px solid #ccc;
  float: left;
  width: 70px;
  height: 34px;
}
.keyword_detail_supply_win .popup-con li textarea {
  border: 1px solid #ccc;
  height: 150px;
  padding: 5px 0 0 5px;
  resize: none;
  width: 530px;
}
.keyword_detail_supply_win button {
  border: none;
}
.keyword_detail_supply_win .popup-foot {
  width: 842px;
  background: #ff5f5;
  border-top: 1px solid #ccc;
  bottom: -17px;
  left: -20px;
  padding: 18px 0 16px;
  position: absolute;
}
.keyword_detail_supply_win .popup-foot .btn {
  width: 280px;
  margin: 0 auto;
}
.keyword_detail_supply_win .popup-foot .btn .but1 {
  float: left;
  background: #044077;
  border-radius: 5px;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  width: 120px;
}
.keyword_detail_supply_win .popup-foot .btn .but1:hover {
  background: #084d8c;
}
.keyword_detail_supply_win .popup-foot .btn .but2 {
  float: left;
  background: #e5e3e3;
  border-radius: 5px;
  color: #555;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  width: 120px;
  margin-left: 20px;
}
.keyword_detail_supply_win .popup-foot .btn .but2:hover {
  background: #e1dddd;
}

.public_form_win {
  width: 480px;
  background: #fff;
}
.public_form_win .public_form_con {
  width: 100%;
  margin: 30px auto;
}
.public_form_win .public_form_con i.sucess {
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  margin-bottom: 15px;
  background: url("../images/ico-result.png") no-repeat 0px 0px;
}
.public_form_win .public_form_con i.tipsss {
  display: block;
  width: 50px;
  height: 50px;
  margin: 20px auto;
  margin-bottom: 15px;
  background: url("../images/ico-result.png") no-repeat 0px -100px;
}
.public_form_win .public_form_con p {
  width: 100%;
  text-align: center;
  color: #666;
  margin-bottom: 30px;
  margin-top: 10px;
}

.win_about_price .popup-con {
  margin: 10px 0 5px 0;
  padding: 0 40px;
  font-family: 'Microsoft YaHei';
  width: 720px;
  margin-bottom: 80px;
}
.win_about_price .popup-con ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.win_about_price .popup-con ul li span {
  font-size: 14px;
  color: #333;
  float: left;
}
.win_about_price .popup-con ul li span.space {
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
}
.win_about_price .popup-con ul li span.error {
  border: 1px solid #FEBCB7;
  background: #FFECEB;
  color: #FF1200;
  display: inline-block;
  padding: 0px 5px;
  height: 36px;
  line-height: 34px;
  box-sizing: border-box;
  margin-left: 5px;
}
.win_about_price .popup-con ul li .select-bd0 {
  border: #ccc solid 1px;
  width: 70px;
  height: 34px;
  float: left;
  margin-right: 5px;
}
.win_about_price .popup-con ul li .select-bd0 select {
  border: 0px none;
  width: 60px;
  height: 26px;
  margin-top: 4px;
  font-size: 14px;
  margin-left: 5px;
  font-family: 'Microsoft YaHei';
}
.win_about_price .popup-con ul li .select-bd1 {
  border: #ccc solid 1px;
  width: 70px;
  height: 34px;
  float: left;
}
.win_about_price .popup-con ul li .select-bd1 select {
  border: 0px none;
  width: 60px;
  height: 26px;
  margin-top: 4px;
  font-size: 12px;
  margin-left: 5px;
  font-family: 'Microsoft YaHei';
}
.win_about_price .popup-con ul li input[type="text"]:hover {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5);
}
.win_about_price .popup-con ul li input[type="text"]:focus {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5);
}
.win_about_price .popup-con ul li input[type="text"].error {
  border: #ff0000 solid 1px;
}
.win_about_price .popup-con ul li input[type="text"].error:hover {
  box-shadow: none;
}
.win_about_price .popup-con ul li input[type="text"].error:focus {
  box-shadow: none;
}
.win_about_price .popup-con label {
  width: 110px;
  text-align: right;
  color: #666;
  font-size: 14px;
  float: left;
  margin-right: 5px;
}
.win_about_price .popup-con label.mt5 {
  margin-top: 5px;
}
.win_about_price .popup-con label.mt5 em {
  color: #ff7000;
}
.win_about_price .popup-con input {
  height: 32px;
  border: #ccc solid 1px;
  float: left;
  padding-left: 5px;
  line-height: 32px;
  font-family: 'Microsoft YaHei';
}
.win_about_price .popup-con input.w115 {
  width: 115px;
}
.win_about_price .popup-con input.w175 {
  width: 175px;
}
.win_about_price .popup-con textarea {
  width: 530px;
  height: 150px;
  border: #ccc solid 1px;
  padding-left: 5px;
  padding-top: 5px;
  font-family: 'Microsoft YaHei';
  resize: none;
}
.win_about_price .popup-con textarea:hover {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5);
}
.win_about_price .popup-con textarea:focus {
  box-shadow: 0 0 5px rgba(15, 128, 227, 0.5);
}
.win_about_price .popup-foot {
  background: #f5f5f5;
  border-top: #cccccc solid 1px;
  padding: 18px 0px 16px 0px;
  position: absolute;
  bottom: -17px;
  width: 842px;
  left: -20px;
}
.win_about_price .popup-foot .btn {
  width: 260px;
  margin: 0 auto;
}
.win_about_price .popup-foot .btn button {
  background: #044077;
  font-size: 20px;
  width: 120px;
  height: 48px;
  border-radius: 5px;
  color: #fff;
  font-family: 'Microsoft YaHei';
  line-height: 48px;
  border: 0;
}
.win_about_price .popup-foot .btn button:hover {
  background: #033869;
}
.win_about_price .popup-foot .btn button.cancel {
  background: #e5e3e3;
  color: #555;
  margin-left: 10px;
}
.win_about_price .popup-foot .btn button.cancel:hover {
  background: #dddbdb;
}

.icon-sprite, .icon-china, .icon-close, .icon-close21, .icon-down, .icon-error16, .icon-error60, .icon-heart-bg, .icon-heart, .icon-hot-icon, .icon-i60, .icon-icon-danger1, .icon-light1, .icon-mail-icon, .icon-main-icon, .icon-ok-log, .icon-ok13, .icon-ok16, .icon-ok17-cur, .icon-ok17, .icon-ok40, .icon-ok50, .icon-ok60, .icon-phone-icon, .icon-refresh, .icon-rz1, .icon-rz2, .icon-sel-icon01, .icon-sel-icon02, .icon-sel-icon03, .icon-sel-icon04, .icon-share, .icon-up, .icon-vip, .icon-warnning16, .icon-warring60 {
  background-image: url('../images/icon-s88c075a49b.png');
  background-repeat: no-repeat;
}

.product {
  width: 1200px;
  margin-bottom: 12px;
  padding: 20px 0;
}
.product .product-info {
  width: 885px;
  float: left;
}
.product .product-info dt {
  width: 242px;
  float: left;
}
.product .product-info dt .product_img {
  position: relative;
  border: 1px #ddd solid;
}
.product .product-info dt .product_img .wrap-img {
  width: 240px;
  height: 240px;
  line-height: 240px;
  overflow: hidden;
  text-align: left;
}
.product .product-info dt .product_img .wrap-img a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .product .product-info dt .product_img .wrap-img a {
  position: absolute;
  top: 50%;
}
.product .product-info dt .product_img .wrap-img img {
  max-width: 240px;
  max-height: 240px;
  vertical-align: middle;
}
.ie7 .product .product-info dt .product_img .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .product .product-info dt .product_img .wrap-img {
  position: relative;
}
.product .product-info dt .product_img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s ease 0s;
  z-index: 0;
}
.product .product-info dt .product_img .mask .bg {
  width: 240px;
  height: 240px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
}
.product .product-info dt .product_img .mask a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 25px;
  cursor: pointer;
}
.product .product-info dt .product_img .mask a i {
  display: block;
  background: url("../images/detail_ico_2015.png");
  width: 50px;
  height: 50px;
  margin: 70px auto 8px;
}
.product .product-info dt .product_img .mask a p {
  text-align: center;
  color: #fff;
}
.product .product-info dt .product_img:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99;
}
.product .product-info dt .pic-bottom {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin-top: 10px;
}
.product .product-info dt .pic-bottom a {
  font-size: 12px;
  float: left;
}
.product .product-info dt .pic-bottom a:nth-of-type(2) {
  float: right;
}
.product .product-info dd {
  overflow: hidden;
  padding-left: 30px;
  position: relative;
}
.product .product-info dd .follow-wrap {
  position: absolute;
  right: 0px;
  top: 0px;
}
.product .product-info dd .follow-wrap a {
  color: #888;
  font-size: 12px;
  float: left;
  padding: 0 16px;
}
.product .product-info dd .follow-wrap a i {
  float: left;
  width: 16px;
  height: 16px;
  margin: 3px 5px 0 0;
}
.product .product-info dd .follow-wrap a span {
  color: #555;
}
.product .product-info dd .follow-wrap a:hover {
  color: #317ee7;
}
.product .product-info dd .follow-wrap a.follow .icon-follow {
  background: url(../images/heart.png) no-repeat;
}
.product .product-info dd .follow-wrap a.active-follow .icon-follow {
  background: url(../images/heart-hover.png) no-repeat;
}
.product .product-info dd .title {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 4px;
  cursor: pointer;
}
.product .product-info dd .title:hover {
  color: #317ee7;
}
.product .product-info dd .title h1 {
  font-size: 18px;
  width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: -1px;
}
.product .product-info dd .tag {
  position: absolute;
  left: 30px;
  top: 32px;
}
.product .product-info dd .tag a {
  float: left;
  padding: 3px 10px;
  color: #8097b9;
  background: #f1f6ff;
  border-radius: 14px;
  margin-right: 5px;
}
.product .product-info dd .tag a:hover {
  color: #fff;
  background: #a5bde8;
}
.product .product-info dd p {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}
.product .product-info dd p.en-name {
  color: #000;
  margin-top: 40px;
}
.product .product-info dd p.en-name em {
  color: #777;
  display: inline-block;
  vertical-align: top;
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product .product-info dd p.cno span {
  margin-right: 70px;
}
.product .product-info dd p.cno em {
  color: #999;
}
.product .product-info dd .price {
  font-size: 12px;
  color: #555;
  padding: 10px 0 6px;
}
.product .product-info dd .price h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.product .product-info dd .price .correct-price {
  margin-left: 7px;
  color: #333;
}
.product .product-info dd .price .correct-price:hover {
  color: #317ee7;
}
.product .product-info dd .price span {
  font-size: 22px;
  color: #ff6458;
  font-weight: bold;
  margin-right: 14px;
}
.product .product-info dd .price span b {
  font-size: 12px;
  font-weight: 500;
  color: #555;
}
.product .product-info dd .price .no-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}
.product .product-info dd .price i.icon-tip:before {
  content: '\e916';
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  font-size: 16px;
  color: #dee7f5;
}
.product .product-info dd .btn {
  margin-top: 27px;
}
.product .product-info dd .btn a {
  font-size: 14px;
  float: left;
  text-align: center;
}
.product .product-info dd .btn a.btn-default {
  width: 156px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  color: #317ee7;
  border: 1px #317ee7 solid;
  margin-right: 10px;
  padding: 1px;
}
.product .product-info dd .btn a.btn-default:hover {
  border: 2px #2875dd solid;
  padding: 0;
}
.product .product-info dd .btn a.btn-primary {
  width: 158px;
  height: 40px;
  line-height: 40px;
  background: #317ee7;
  color: #fff;
  border: 1px #317ee7 solid;
}
.product .product-info dd .btn a.btn-primary:hover {
  background: #2875dd;
}
.product .product-info dd .btn a.btn-red {
  width: 158px;
  height: 40px;
  line-height: 40px;
  background: #fb5651;
  color: #fff;
  border: 1px #fb5651 solid;
}
.product .product-info dd .btn a.btn-red:hover {
  background: #f93935;
}
.product .product-info dd .btn a:nth-of-type(2) {
  margin-left: 15px;
}
.product .Advertisement {
  width: 300px;
  float: right;
  height: 260px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.product .Advertisement .adv-bd li {
  height: 260px;
  background-color: #b3efa0;
}
.product .Advertisement .adv-bd li a {
  display: block;
  height: 260px;
}
.product .Advertisement .adv-bd li a img {
  width: 100%;
  height: 100%;
}
.product .Advertisement .adv-hd {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 16px;
  text-align: center;
}
.product .Advertisement .adv-hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background-color: #888;
  cursor: pointer;
  border-radius: 20px;
}
.product .Advertisement .adv-hd li.on {
  background-color: #317ee7;
}

.tag-con {
  padding: 10px;
}
.tag-con a {
  float: left;
  color: #555;
  line-height: 24px;
}
.tag-con a:nth-child(odd) {
  width: 100px;
}
.tag-con a:hover {
  color: #317ee7;
}

.type-nav {
  height: 40px;
  background: #fafaff;
  border: 1px solid #e4e9f2;
  margin-bottom: 15px;
  overflow: hidden;
}
.type-nav .hd {
  float: right;
  overflow: hidden;
  height: 40px;
}
.type-nav .hd .prev,
.type-nav .hd .next {
  display: block;
  width: 13px;
  height: 22px;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
}
.type-nav .hd .prev {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  background: url(../images/arrow.png) -90px -123px no-repeat;
}
.type-nav .hd .prev:hover {
  background-position: -90px -182px;
}
.type-nav .hd .next {
  background: url(../images/arrow.png) -90px -123px no-repeat;
}
.type-nav .hd .next:hover {
  background-position: -90px -182px;
}
.type-nav .hd .prevStop {
  background-position: -90px -68px;
}
.type-nav .hd .prevStop:hover {
  background-position: -90px -68px;
}
.type-nav .hd .nextStop {
  background-position: -90px -68px;
}
.type-nav .hd .nextStop:hover {
  background-position: -90px -68px;
}
.type-nav .bd {
  float: left;
  width: 1132px;
  overflow: hidden;
}
.type-nav .bd .tempWrap li {
  line-height: 40px;
}
.type-nav .bd .tempWrap li p {
  width: 84px;
}

.fix_memu_jump ul li {
  padding: 0 10px;
  height: 40px;
  font-size: 12px;
  color: #317ee7;
  text-align: center;
  float: left;
  cursor: pointer;
  z-index: 999;
  margin-top: -1px;
  overflow: hidden;
}
.fix_memu_jump ul li p {
  *position: relative;
  height: 40px;
}
.fix_memu_jump ul li p a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.fix_memu_jump ul li p a:hover {
  color: #317ee7;
}
.fix_memu_jump ul li p a span {
  *position: relative;
  *top: -50%;
  display: table-cell;
  vertical-align: middle;
}
.fix_memu_jump ul li.cur {
  background: #5e89d7;
  color: #fff;
  height: 41px;
}
.fix_memu_jump ul li.cur a {
  color: #fff;
}
.fix_memu_jump ul li.cur a:hover {
  color: #fff;
}

.fix-nav {
  position: fixed;
  top: 180px;
  z-index: 99;
}

.fix-pro {
  width: 100%;
  height: 222px;
  position: fixed;
  top: 0px;
  z-index: 98;
  background: #fff;
  box-shadow: 0px 6px 9px #e4e9f2;
}
.fix-pro .fix-wrap {
  width: 1200px;
  margin: 0 auto;
}
.fix-pro .product-info {
  width: 885px;
  float: left;
  padding: 30px 0;
}
.fix-pro .product-info dt {
  width: 122px;
  float: left;
}
.fix-pro .product-info dt .product_img {
  position: relative;
  border: 1px #ddd solid;
}
.fix-pro .product-info dt .product_img .wrap-img {
  width: 120px;
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  text-align: left;
}
.fix-pro .product-info dt .product_img .wrap-img a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .fix-pro .product-info dt .product_img .wrap-img a {
  position: absolute;
  top: 50%;
}
.fix-pro .product-info dt .product_img .wrap-img img {
  max-width: 120px;
  max-height: 120px;
  vertical-align: middle;
}
.ie7 .fix-pro .product-info dt .product_img .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .fix-pro .product-info dt .product_img .wrap-img {
  position: relative;
}
.fix-pro .product-info dt .product_img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s ease 0s;
  z-index: 0;
}
.fix-pro .product-info dt .product_img .mask .bg {
  width: 120px;
  height: 120px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
}
.fix-pro .product-info dt .product_img .mask a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 25px;
  cursor: pointer;
}
.fix-pro .product-info dt .product_img .mask a i {
  display: block;
  background: url("../images/detail_ico_2015.png");
  width: 50px;
  height: 50px;
  margin: 70px auto 8px;
}
.fix-pro .product-info dt .product_img .mask a p {
  text-align: center;
  color: #fff;
}
.fix-pro .product-info dt .product_img:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99;
}
.fix-pro .product-info dd {
  overflow: hidden;
  padding-left: 30px;
  position: relative;
}
.fix-pro .product-info dd .title {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 4px;
  cursor: pointer;
}
.fix-pro .product-info dd .title:hover {
  color: #317ee7;
}
.fix-pro .product-info dd .title h1 {
  font-size: 18px;
  width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 3px;
}
.fix-pro .product-info dd p {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
  line-height: 20px;
}
.fix-pro .product-info dd p.cno span {
  margin-right: 70px;
}
.fix-pro .product-info dd p.cno em {
  color: #999;
}
.fix-pro .product-info dd .btn {
  margin-top: 10px;
}
.fix-pro .product-info dd .btn a {
  font-size: 14px;
  float: left;
  text-align: center;
}
.fix-pro .product-info dd .btn a.btn-default {
  width: 156px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  color: #317ee7;
  border: 1px #317ee7 solid;
  margin-right: 10px;
  padding: 1px;
}
.fix-pro .product-info dd .btn a.btn-default:hover {
  border: 2px #2875dd solid;
  padding: 0;
}
.fix-pro .product-info dd .btn a.btn-primary {
  width: 158px;
  height: 36px;
  line-height: 36px;
  background: #317ee7;
  color: #fff;
  border: 1px #317ee7 solid;
}
.fix-pro .product-info dd .btn a.btn-primary:hover {
  background: #2875dd;
}
.fix-pro .product-info dd .btn a.btn-red {
  width: 158px;
  height: 36px;
  line-height: 36px;
  background: #fb5651;
  color: #fff;
  border: 1px #fb5651 solid;
}
.fix-pro .product-info dd .btn a.btn-red:hover {
  background: #f93935;
}
.fix-pro .product-info dd .btn a:nth-of-type(2) {
  margin-left: 15px;
}
.fix-pro .adv {
  float: left;
  margin-top: 30px;
}
.fix-pro .adv img {
  width: 300px;
  height: 120px;
}

.edit-more-info {
  width: 750px;
  padding-left: 20px;
  font-size: 12px;
  padding-bottom: 30px;
}
.edit-more-info h2 {
  font-size: 18px;
  color: #444;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}
.edit-more-info h2 i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 7px;
  width: 14px;
  height: 14px;
  background: url(../images/mol-icon.png) -16px -7px no-repeat;
}
.edit-more-info .form-l {
  float: left;
  background: #fafafa;
  padding: 10px 20px 30px;
}
.edit-more-info .form-l .form-comment {
  margin-top: 38px;
}
.edit-more-info .form-l .icon-error {
  left: 84px;
  top: 38px;
}
.edit-more-info .form-r {
  float: left;
  margin-left: 30px;
}
.edit-more-info .form-r .form-group {
  margin-top: 24px;
}
.edit-more-info .form-r .form-group .form-label {
  text-align: left;
  float: none;
}
.edit-more-info .form-r .form-group .form-item input {
  width: 246px;
  margin-right: 5px;
}
.edit-more-info .form-r .form-group .form-item .contact-input {
  float: left;
  width: 154px;
  height: 34px;
  padding-left: 14px;
  margin-left: 8px;
}
.edit-more-info .form-r .form-group .form-item .contact-select {
  float: left;
  margin-top: -2px;
}
.edit-more-info .form-group {
  position: relative;
  margin-top: 10px;
  line-height: 36px;
}
.edit-more-info .form-group .form-label {
  float: left;
  width: 73px;
  text-align: right;
  margin-right: 10px;
}
.edit-more-info .form-group textarea {
  width: 300px;
  height: 100px;
}
.edit-more-info .form-group .form-item span {
  color: #fb5651;
}
.edit-more-info .form-group .form-item em {
  color: #999;
}
.edit-more-info .form-group .form-item .slash {
  float: left;
  margin: 0 10px 0 11px;
}
.edit-more-info .form-group .form-item input {
  width: 286px;
  height: 34px;
  padding-left: 14px;
}
.edit-more-info .form-group .form-item .refer-input {
  float: left;
  width: 166px;
  height: 34px;
  padding-left: 24px;
  background: #fff url(../images/mol-icon.png) -32px 2px no-repeat;
}
.edit-more-info .form-group .form-item .refer-select {
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}
.edit-more-info .form-group .form-item .ui_select_skin03 .ui-selectbox {
  padding-right: 34px;
  height: 34px;
}
.edit-more-info .form-group .form-item .ui_select_skin03 .ui-selectbox-inner {
  padding-top: 2px;
}
.edit-more-info .refer-save {
  display: block;
  text-align: center;
  font-size: 16px;
  width: 300px;
  height: 42px;
  line-height: 42px;
  background: #317ee7;
  color: #fff;
  margin-left: 90px;
  margin-bottom: 20px;
}
.edit-more-info .icon-error {
  position: absolute;
  line-height: 30px;
  color: #fd5548;
  text-align: left;
  font-size: 12px;
}
.edit-more-info .icon-error i.icon-22:before {
  color: #fb5651;
  font-size: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.edit-more-info input[type="text"].error {
  box-shadow: 0 0 8px #fb5651;
  border: 1px solid #fff;
}
.edit-more-info ::-webkit-input-placeholder {
  color: #bbb;
}
.edit-more-info .error-mark:before {
  content: '*';
  color: #fb5651;
  margin-right: 3px;
}

.no-info {
  width: 700px;
  height: 303px;
  padding-top: 70px;
  padding-left: 142px;
}
.no-info dt {
  float: left;
  width: 190px;
  height: 180px;
  background: url(../images/mol-icon.png) -123px -140px no-repeat;
}
.no-info dd {
  float: left;
  width: 350px;
}
.no-info dd h2 {
  font-size: 18px;
  color: #555;
  margin-top: 15px;
}
.no-info dd h2 span {
  color: #fb5651;
}
.no-info dd a {
  display: inline-block;
  border-radius: 19px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #317ee7;
  font-size: 14px;
  color: #fff;
  margin-top: 45px;
}
.no-info dd a:hover {
  background: #1d5edc;
}

.no-login p {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin: 20px 0;
}

.warn-dia .ui-dialog-button {
  text-align: center !important;
}

.warn-dia .ui-dialog-footer button {
  width: 90px !important;
  padding: 6px 0 !important;
  border-radius: 0px !important;
}
.warn-dia .ui-dialog-footer button:hover {
  border-color: #1d5edc;
  color: #1d5edc;
}
.warn-dia .ui-dialog-footer button.ui-dialog-autofocus:hover {
  background-color: #1d5edc;
  color: #fff !important;
}

.right {
  float: right;
  width: 300px;
}
.right .pro-tab {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.right .pro-nav ul li {
  float: left;
  text-align: center;
  width: 149px;
  font-size: 14px;
  cursor: pointer;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fafafa;
  color: #8a8a8a;
}
.right .pro-nav ul li:nth-of-type(2) {
  border-right: 0;
}
.right .pro-nav ul li.on {
  width: 148px;
  margin: 0 0 -1px -1px;
  border-left: 1px solid #ddd;
  border-bottom: 0;
  background-color: #fff;
  color: #3c3c3c;
}
.right .pro-nav ul p {
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}
.right .tabconm {
  padding: 10px 20px;
}
.right .tabconm table th {
  text-align: left;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  margin-bottom: 10px;
  padding-left: 8px;
}
.right .tabconm table td {
  line-height: 40px;
  padding-left: 8px;
  border: none;
}
.right .tabconm table td.red {
  color: #fb5651;
}
.right .tabconm ul dl dt {
  float: left;
  width: 108px;
  height: 108px;
  border: 1px solid #eee;
  margin: 15px 0 25px;
  line-height: 108px;
  text-align: center;
  position: relative;
}
.right .tabconm ul dl dt a {
  display: block;
  width: 98%;
  height: 98%;
}
.right .tabconm ul dl dt .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 108px;
  height: 108px;
  background: #999;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s ease 0s;
  z-index: 0;
}
.right .tabconm ul dl dt:hover .mask {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.right .tabconm ul dl dt img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.right .tabconm ul dl dd {
  float: left;
  width: 127px;
  margin-left: 16px;
  padding-top: 28px;
}
.right .tabconm ul dl dd p {
  color: #999;
  line-height: 28px;
}
.right .tabconm ul dl dd p span {
  color: #333;
  margin-left: 5px;
}
.right .tabconm ul dl dd p span.red {
  color: #fb5651;
}
.right .tabconm .more {
  border-top: 1px solid #ddd;
  line-height: 32px;
  overflow: hidden;
}
.right .tabconm .more a {
  float: right;
}
.right .tabconm .more span {
  color: #fb5651;
  margin: 0 6px;
}
.right .hot-gys,
.right .hot-msg,
.right .hot-store {
  width: 298px;
  height: 394px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.right .hot-gys h2,
.right .hot-msg h2,
.right .hot-store h2 {
  font-size: 14px;
  width: 258px;
  height: 38px;
  line-height: 38px;
  background: #fafafa;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
}
.right .hot-gys ul,
.right .hot-msg ul,
.right .hot-store ul {
  padding: 14px 19px 0;
}
.right .hot-gys ul li,
.right .hot-msg ul li,
.right .hot-store ul li {
  line-height: 25px;
}
.right .hot-gys ul li i,
.right .hot-msg ul li i,
.right .hot-store ul li i {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #cccccc;
  color: #fff;
  text-align: center;
  margin-right: 13px;
}
.right .hot-gys ul li i.No1,
.right .hot-msg ul li i.No1,
.right .hot-store ul li i.No1 {
  background: #5a62f5;
}
.right .hot-gys ul li i.No2,
.right .hot-msg ul li i.No2,
.right .hot-store ul li i.No2 {
  background: #5297ff;
}
.right .hot-gys ul li i.No3,
.right .hot-msg ul li i.No3,
.right .hot-store ul li i.No3 {
  background: #4dd3ff;
}
.right .hot-gys ul li a,
.right .hot-msg ul li a,
.right .hot-store ul li a {
  display: inline-block;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
}
.right .hot-gys ul li a:hover,
.right .hot-msg ul li a:hover,
.right .hot-store ul li a:hover {
  color: #317ee7;
}
.right .hot-store {
  height: 470px;
}
.right .hot-store ul {
  padding: 19px 19px 0;
}
.right .hot-store dl {
  margin-bottom: 19px;
}
.right .hot-store dl dt {
  float: left;
  margin-right: 10px;
  width: 58px;
  height: 58px;
  border: 1px solid #ddd;
  line-height: 58px;
  text-align: center;
}
.right .hot-store dl dt img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.right .hot-store dl dt:hover {
  border: 1px solid #317ee7;
}
.right .hot-store dl dd {
  float: left;
  width: 190px;
}
.right .hot-store dl dd .store-name {
  display: block;
  width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.right .hot-store dl dd .store-name:hover {
  color: #317ee7;
}
.right .hot-store dl dd p {
  display: inline-block;
  color: #999;
  margin-top: 4px;
}
.right .hot-store dl dd p span {
  color: #333;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 5px;
}
.right .hot-store dl dd p .col-red {
  margin-left: 5px;
  color: #fb5651;
}
.right .hot-msg a {
  width: 260px !important;
}

.icon-china {
  background-position: 0 0;
}

.icon-close {
  background-position: 0 -25px;
}

.icon-close21 {
  background-position: 0 -60px;
}

.icon-down {
  background-position: 0 -114px;
}

.icon-error16 {
  background-position: 0 -121px;
}

.icon-error60 {
  background-position: 0 -137px;
}

.icon-heart-bg {
  background-position: 0 -199px;
}

.icon-heart {
  background-position: 0 -240px;
}
.icon-heart:hover, .icon-heart.heart-hover {
  background-position: 0 -228px;
}

.icon-hot-icon {
  background-position: 0 -252px;
}

.icon-i60 {
  background-position: 0 -281px;
}

.icon-icon-danger1 {
  background-position: 0 -341px;
}

.icon-light1 {
  background-position: 0 -376px;
}

.icon-mail-icon {
  background-position: 0 -398px;
}

.icon-main-icon {
  background-position: 0 -410px;
}

.icon-ok-log {
  background-position: 0 -454px;
}

.icon-ok13 {
  background-position: 0 -486px;
}

.icon-ok16 {
  background-position: 0 -499px;
}

.icon-ok17-cur {
  background-position: 0 -515px;
}

.icon-ok17 {
  background-position: 0 -532px;
}

.icon-ok40 {
  background-position: 0 -549px;
}

.icon-ok50 {
  background-position: 0 -590px;
}

.icon-ok60 {
  background-position: 0 -640px;
}

.icon-phone-icon {
  background-position: 0 -702px;
}

.icon-refresh {
  background-position: 0 -716px;
}

.icon-rz1 {
  background-position: 0 -732px;
}

.icon-rz2 {
  background-position: 0 -746px;
}

.icon-sel-icon01 {
  background-position: 0 -760px;
}

.icon-sel-icon02 {
  background-position: 0 -778px;
}

.icon-sel-icon03 {
  background-position: 0 -792px;
}

.icon-sel-icon04 {
  background-position: 0 -806px;
}

.icon-share {
  background-position: 0 -834px;
}
.icon-share:hover, .icon-share.share-hover {
  background-position: 0 -820px;
}

.icon-up {
  background-position: 0 -848px;
}

.icon-vip {
  background-position: 0 -855px;
}

.icon-warnning16 {
  background-position: 0 -869px;
}

.icon-warring60 {
  background-position: 0 -885px;
}

h1 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.moldata_detail {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
.moldata_detail .x-ad {
  width: 100%;
  margin-bottom: 12px;
}
.moldata_detail .left {
  width: 885px;
  float: left;
}
.moldata_detail .left .type-info {
  border: 1px solid #ddd;
  padding: 30px 19px;
}
.moldata_detail .left .type-info .info-tit {
  width: 845px;
  background: #f8f8f8;
  position: relative;
  height: 40px;
  line-height: 40px;
}
.moldata_detail .left .type-info .info-tit i {
  float: left;
  width: 6px;
  height: 18px;
  margin: 12px 10px;
  border-radius: 3px;
  background: #426cdb;
}
.moldata_detail .left .type-info .info-tit h3 {
  color: #333;
  font-size: 18px;
  float: left;
  font-weight: bold;
}
.moldata_detail .left .type-info .info-tit .error {
  float: left;
  margin-right: 15px;
  margin-top: 1px;
}
.moldata_detail .left .type-info .info-tit .error:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 6px;
  margin-left: 20px;
  width: 16px;
  height: 18px;
  background: url(../images/error-edit.png) no-repeat;
}
.moldata_detail .left .type-info .info-tit .total-num {
  float: right;
  margin-right: 10px;
}
.moldata_detail .left .type-info .info-tit .total-num span {
  color: #fb5651;
  margin: 0 6px;
}
.moldata_detail .left .type-info .info-tit .tab {
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: -1px;
  display: none;
}
.moldata_detail .left .type-info .info-tit .tab li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #333;
  text-align: center;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}
.moldata_detail .left .type-info .info-tit .tab li i {
  display: none;
  margin-right: 3px;
  background: url("../images/detail_ico_2015.png") no-repeat -256px -311px;
  width: 25px;
  height: 30px;
  float: left;
}
.moldata_detail .left .type-info .info-tit .tab li span {
  float: none;
}
.moldata_detail .left .type-info .info-tit .tab li.cur {
  height: 35px;
  background: #fff;
  border-top: #317ee7 solid 2px;
  border-bottom: 0;
  border-right: #ddd solid 1px;
}
.moldata_detail .left .type-info .info-tit .tab li.cur i {
  display: block;
}
.moldata_detail .left .type-info .info-tit .tab li.cur span {
  float: left;
}
.moldata_detail .left .type-info .info-tit .tab li.t1 {
  border-right: #ddd solid 1px;
}
.moldata_detail .left .type-info .info-tit .tab li.t1 i {
  margin-left: 18px;
}
.moldata_detail .left .type-info .info-tit .tab li.t2 i {
  margin-left: 24px;
}
.moldata_detail .left .type-info .con {
  width: 825px;
  padding: 27px 10px 57px;
}
.moldata_detail .left .type-info .detail-list .base-tab {
  border: 1px solid #ddd;
}
.moldata_detail .left .type-info .detail-list .base-tab th,
.moldata_detail .left .type-info .detail-list .base-tab td {
  border: 1px solid #ddd;
}
.moldata_detail .left .type-info .detail-list .base-tab th {
  width: 50px;
  background-color: #f3f3f3;
  padding: 0 15px;
  font-weight: 400;
  color: #010101;
}
.moldata_detail .left .type-info .detail-list .base-tab td {
  width: 270px;
  padding: 5px 15px;
  color: #555;
}
.moldata_detail .left .type-info .detail-list .base-tab td p {
  margin: 10px 0 6px;
}
.moldata_detail .left .type-info .detail-list .base-tab td p span {
  display: block;
}
.moldata_detail .left .type-info .detail-list .base-tab td p span.other {
  display: none;
}
.moldata_detail .left .type-info .detail-list .base-tab td a {
  padding-bottom: 10px;
}
.moldata_detail .left .type-info .detail-list dl {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  font-size: 14px;
  margin-bottom: 8px;
}
.moldata_detail .left .type-info .detail-list dl dt {
  float: left;
  color: #999;
  text-align: right;
}
.moldata_detail .left .type-info .detail-list dl dd {
  float: left;
  color: #333;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  word-wrap: break-word;
  margin-left: 16px;
}
.moldata_detail .left .type-info .detail-list dl dd p {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.moldata_detail .left .type-info .detail-list dl dd a {
  float: left;
  margin-right: 5px;
}
.moldata_detail .left .type-info .detail-list dl dd a.view_name {
  color: #317ee7;
}
.moldata_detail .left .type-info .detail-list dl dd a.view_name:hover {
  color: #FF771C;
}
.moldata_detail .left .type-info .detail-list dl dd a.up {
  color: #317ee7;
}
.moldata_detail .left .type-info .detail-list dl dd a.up:hover {
  color: #FF771C;
}
.moldata_detail .left .type-info .detail-list dl dd a.link {
  color: #317ee7;
}
.moldata_detail .left .type-info .detail-list dl dd a.link:hover {
  color: #FF771C;
}
.moldata_detail .left .type-info .basic dt {
  width: 90px;
}
.moldata_detail .left .type-info .basic dd {
  width: 665px;
}
.moldata_detail .left .type-info .quality dt {
  width: 90px;
}
.moldata_detail .left .type-info .quality dd {
  width: 665px;
}
.moldata_detail .left .type-info .safe dt {
  width: 130px;
}
.moldata_detail .left .type-info .safe dd {
  width: 625px;
}
.moldata_detail .left .type-info .toxic table {
  width: 100%;
  border: #ddd solid 1px;
  border-right: 0;
  border-bottom: 0;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.moldata_detail .left .type-info .toxic table th {
  background: #f3f3f3;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  line-height: 35px;
}
.moldata_detail .left .type-info .toxic table td {
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  padding: 10px 5px;
}
.moldata_detail .left .type-info .toxic table td ul {
  margin-left: 10px;
}
.moldata_detail .left .type-info .toxic table td ul li {
  text-align: left;
  line-height: 20px;
}
.moldata_detail .left .type-info .analytical table {
  width: 100%;
  border: #ddd solid 1px;
  border-right: 0;
  border-bottom: 0;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.moldata_detail .left .type-info .analytical table th {
  background: #f5f5f5;
  border-right: #ddd solid 1px;
  line-height: 35px;
  border-bottom: #ddd solid 1px;
  width: 165px;
}
.moldata_detail .left .type-info .analytical table td {
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  padding: 10px 5px;
}
.moldata_detail .left .type-info .analytical table td span {
  margin: 0 10px;
}
.moldata_detail .left .type-info .data ul {
  border-bottom: #317ee7 solid 2px;
}
.moldata_detail .left .type-info .data ul li {
  float: left;
  width: 97px;
  margin-right: 4px;
  border: #ddd solid 1px;
  border-bottom: 0;
  padding: 5px 0;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  text-align: center;
}
.moldata_detail .left .type-info .data ul li p {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.moldata_detail .left .type-info .data ul li.cur {
  background: #317ee7;
  color: #fff;
}
.moldata_detail .left .type-info .data ul li.cur p {
  color: #fff;
}
.moldata_detail .left .type-info .data ul li:hover {
  background: #317ee7;
  color: #fff;
}
.moldata_detail .left .type-info .data ul li:hover p {
  color: #fff;
}
.moldata_detail .left .type-info .data .tit {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.moldata_detail .left .type-info .data .tit h3 {
  color: #333;
  float: left;
  font-weight: bold;
}
.moldata_detail .left .type-info .data .tit a {
  color: #333;
  float: left;
  margin-top: 5px;
}
.moldata_detail .left .type-info .data .tit a:hover {
  color: #317ee7;
}
.moldata_detail .left .type-info .data p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.moldata_detail .left .type-info .data.data table {
  width: 100%;
  border: #ddd solid 1px;
  border-right: 0;
  border-bottom: 0;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.moldata_detail .left .type-info .data.data table th {
  background: #f5f5f5;
  border-right: #ddd solid 1px;
  line-height: 35px;
  border-bottom: #ddd solid 1px;
}
.moldata_detail .left .type-info .data.data table td {
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  padding: 10px 5px;
}
.moldata_detail .left .type-info .data.data table td span {
  margin: 0 10px;
}
.moldata_detail .left .type-info .data .slide-more {
  height: 38px;
  line-height: 38px;
  background: #f7f7f7;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.moldata_detail .left .type-info .method p {
  color: #555;
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.moldata_detail .left .type-info .method p.tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.moldata_detail .left .type-info .method p.tit02 {
  margin-top: 30px;
}
.moldata_detail .left .updownstream .view-more {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 98%;
  margin-top: 25px;
  text-align: right;
}
.moldata_detail .left .updownstream .list {
  padding: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.moldata_detail .left .updownstream ul {
  width: 105%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-top: 15px;
}
.moldata_detail .left .updownstream ul li {
  float: left;
  width: 140px;
  margin-right: 29px;
  margin-bottom: 10px;
  height: 180px;
}
.moldata_detail .left .updownstream ul li .wrap-img {
  width: 136px;
  height: 136px;
  line-height: 136px;
  border: #ddd solid 1px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  padding: 1px;
  margin-bottom: 10px;
}
.moldata_detail .left .updownstream ul li .wrap-img a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .moldata_detail .left .updownstream ul li .wrap-img a {
  position: absolute;
  top: 50%;
}
.moldata_detail .left .updownstream ul li .wrap-img img {
  max-width: 136px;
  max-height: 136px;
  vertical-align: middle;
}
.ie7 .moldata_detail .left .updownstream ul li .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .moldata_detail .left .updownstream ul li .wrap-img {
  position: relative;
}
.moldata_detail .left .updownstream ul li .wrap-img:hover {
  border: #317ee7 solid 2px;
  padding: 0;
}
.moldata_detail .left .updownstream ul li .info {
  text-align: center;
}
.moldata_detail .left .updownstream ul li .info .ico-shop {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 16px;
  height: 14px;
  margin-left: 4px;
  background: url(../images/shop.png) no-repeat;
}
.moldata_detail .left .updownstream ul li .info .ico-shop:hover {
  background: url(../images/shop02.png) no-repeat;
}
.moldata_detail .left .updownstream ul li .info p a {
  font-size: 12px;
}
.moldata_detail .left .updownstream ul li .info span {
  display: block;
  width: 123px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
}
.moldata_detail .left .updownstream ul li .info span a {
  font-size: 12px;
  color: #555;
}
.moldata_detail .left .updownstream ul li .info span a:hover {
  color: #317ee7;
}
.moldata_detail .left .synthetic {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.moldata_detail .left .synthetic .item {
  width: 790px;
  padding: 18px 16px 28px 20px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-bottom: #ddd solid 1px;
}
.moldata_detail .left .synthetic .item:hover {
  padding: 16px 14px 27px 18px;
  border: #a0c5f7 solid 2px;
  background: #f9fcff;
}
.moldata_detail .left .synthetic .item:hover .view-detail {
  top: 118px;
  right: 8px;
}
.moldata_detail .left .synthetic .refer h3 {
  font-size: 14px;
  color: #555;
  font-weight: bold;
  line-height: 30px;
}
.moldata_detail .left .synthetic .refer p {
  color: #999;
}
.moldata_detail .left .synthetic .refer p a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 10px;
  width: 13px;
  height: 13px;
  background: url(../images/link01.png) no-repeat;
}
.moldata_detail .left .synthetic .refer p a:hover i {
  background: url(../images/link02.png) no-repeat;
}
.moldata_detail .left .synthetic .view-detail {
  position: absolute;
  right: 10px;
  top: 120px;
}
.moldata_detail .left .synthetic .other {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.moldata_detail .left .synthetic .cur {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.moldata_detail .left .synthetic ul {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  position: relative;
  overflow: hidden;
}
.moldata_detail .left .synthetic ul.bd0 {
  border: 0;
}
.moldata_detail .left .synthetic ul.cpd-l {
  max-width: 300px;
  margin-left: 5px;
}
.moldata_detail .left .synthetic ul.cpd-r {
  max-width: 360px;
}
.moldata_detail .left .synthetic ul li {
  float: left;
  height: 145px;
  margin-bottom: 15px;
}
.moldata_detail .left .synthetic ul li .wrap-img {
  width: 95px;
  height: 95px;
  line-height: 93px;
  border: #ddd solid 1px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  padding: 1px;
  margin-bottom: 10px;
}
.moldata_detail .left .synthetic ul li .wrap-img span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .moldata_detail .left .synthetic ul li .wrap-img span {
  position: absolute;
  top: 50%;
}
.moldata_detail .left .synthetic ul li .wrap-img img {
  max-width: 95px;
  max-height: 95px;
  vertical-align: middle;
}
.ie7 .moldata_detail .left .synthetic ul li .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .moldata_detail .left .synthetic ul li .wrap-img {
  position: relative;
}
.moldata_detail .left .synthetic ul li .ico-shop {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 16px;
  height: 14px;
  background: url(../images/shop.png) no-repeat;
}
.moldata_detail .left .synthetic ul li .ico-shop:hover {
  background: url(../images/shop02.png) no-repeat;
}
.moldata_detail .left .synthetic ul li.ico i {
  display: block;
  background: url("../images/detail_ico_2015.png") no-repeat;
  width: 55px;
  height: 30px;
}
.moldata_detail .left .synthetic ul li.ico i.add {
  background-position: -73px -346px;
  margin: 30px 11px 6px;
}
.moldata_detail .left .synthetic ul li.ico i.more {
  background-position: -132px -346px;
}
.moldata_detail .left .synthetic ul p {
  width: 100px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.moldata_detail .left .synthetic ul .cn-name a {
  color: #555;
}
.moldata_detail .left .synthetic ul .cn-name a:hover {
  color: #317ee7;
}
.moldata_detail .left .synthetic .arrow-wrap {
  display: inline-block;
}
.moldata_detail .left .synthetic .arrow-wrap .arrow {
  display: block;
  background: url("../images/detail_ico_2015.png") no-repeat;
  width: 55px;
  height: 30px;
  background-position: 2px -346px;
  margin: 30px 8px 6px;
}
.moldata_detail .left .synthetic .arrow-wrap p {
  width: auto;
  color: #ff7200;
  margin-left: 15px;
}
.moldata_detail .left .synthetic .view-more {
  height: 38px;
  line-height: 38px;
  background: #f7f7f7;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 98%;
  margin-left: 1%;
  margin-top: 1%;
  text-align: center;
}
.moldata_detail .left .map .l-tab {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100px;
  float: left;
}
.moldata_detail .left .map .l-tab li {
  position: relative;
  border: #ddd solid 1px;
  width: 100px;
  height: 100px;
  margin-bottom: -1px;
  cursor: pointer;
}
.moldata_detail .left .map .l-tab li .wrap-img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}
.moldata_detail .left .map .l-tab li .wrap-img span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .moldata_detail .left .map .l-tab li .wrap-img span {
  position: absolute;
  top: 50%;
}
.moldata_detail .left .map .l-tab li .wrap-img img {
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
}
.ie7 .moldata_detail .left .map .l-tab li .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .moldata_detail .left .map .l-tab li .wrap-img {
  position: relative;
}
.moldata_detail .left .map .l-tab li.cur {
  border: #317ee7 solid 1px;
  margin-bottom: 0px;
  border-right: #317ee7 solid 2px;
  height: 99px;
}
.moldata_detail .left .map .l-tab li.cur i {
  display: block;
  width: 12px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: 40px;
  background: url("../images/detail_ico_2015.png") no-repeat -212px -357px;
}
.moldata_detail .left .map .l-tab li:hover {
  border: #317ee7 solid 1px;
  margin-bottom: 0px;
  border-right: #317ee7 solid 2px;
  height: 99px;
}
.moldata_detail .left .map .l-tab li:hover i {
  display: block;
  width: 13px;
  height: 15px;
  position: absolute;
  right: -13px;
  top: 40px;
  background: url("../images/detail_ico_2015.png") no-repeat -212px -357px;
}
.moldata_detail .left .map .tab-con {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 650px;
  float: left;
  margin-left: 10px;
}
.moldata_detail .left .map .tab-con .wrap-img {
  width: 650px;
  height: 650px;
  line-height: 650px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
.moldata_detail .left .map .tab-con .wrap-img span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .moldata_detail .left .map .tab-con .wrap-img span {
  position: absolute;
  top: 50%;
}
.moldata_detail .left .map .tab-con .wrap-img img {
  max-width: 650px;
  max-height: 650px;
  vertical-align: middle;
}
.ie7 .moldata_detail .left .map .tab-con .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .moldata_detail .left .map .tab-con .wrap-img {
  position: relative;
}
.moldata_detail .left .map .tab-con .b-tab {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin-top: 16px;
}
.moldata_detail .left .map .tab-con .b-tab li {
  position: relative;
  border: #ddd solid 1px;
  width: 71px;
  height: 40px;
  margin-right: -1px;
  cursor: pointer;
  float: left;
  line-height: 40px;
}
.moldata_detail .left .map .tab-con .b-tab li.cur {
  border: #317ee7 solid 1px;
  margin-right: 0px;
  border-top: #317ee7 solid 2px;
  height: 39px;
  width: 69px;
  padding-left: 1px;
  line-height: 38px;
}
.moldata_detail .left .map .tab-con .b-tab li.cur i {
  display: block;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -13px;
  left: 29px;
  background: url("../images/detail_ico_2015.png") no-repeat -247px -357px;
}
.moldata_detail .left .map .tab-con .b-tab li:hover {
  border: #317ee7 solid 1px;
  margin-right: 0px;
  border-top: #317ee7 solid 2px;
  height: 39px;
  width: 69px;
  padding-left: 1px;
  line-height: 38px;
}
.moldata_detail .left .map .tab-con .b-tab li:hover i {
  display: block;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -13px;
  left: 29px;
  background: url("../images/detail_ico_2015.png") no-repeat -247px -357px;
}
.moldata_detail .left .map h6 {
  color: #333;
  font-size: 16px;
  border-left: #1080e4 solid 6px;
  text-indent: 10px;
  margin-bottom: 15px;
  height: 20px;
  line-height: 20px;
  margin-top: 0;
}
.moldata_detail .left .map h6.mt30 {
  margin-top: 30px;
}
.moldata_detail .left .map .wrap-dl {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.moldata_detail .left .map .wrap-dl .wrap-dt {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 795px;
  background: #f7faff;
  padding: 10px 15px;
  cursor: pointer;
}
.moldata_detail .left .map .wrap-dl .wrap-dt span {
  font-size: 14px;
  color: #666;
  float: left;
}
.moldata_detail .left .map .wrap-dl .wrap-dt a {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  padding-right: 20px;
  background: url("../images/arrow.png") -124px -123px no-repeat;
  height: 16px;
  line-height: 16px;
  float: right;
  margin-top: 2px;
}
.moldata_detail .left .map .wrap-dl .wrap-dt a:hover {
  background: url(../images/unfold-hover.png) 29px 6px no-repeat;
}
.moldata_detail .left .map .wrap-dl .wrap-dd {
  width: 100%;
  display: none;
  position: relative;
  top: -40px;
  left: 0;
  background: #fff;
  border: #ddd solid 1px;
  padding-bottom: 25px;
}
.moldata_detail .left .map .wrap-dl .wrap-dd .p-con {
  margin: 0 67px;
  color: #777;
}
.moldata_detail .left .map .wrap-dl .wrap-dd .tit {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 795px;
  padding: 0 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.moldata_detail .left .map .wrap-dl .wrap-dd .tit h3 {
  display: inline-block;
  font-size: 14px;
  color: #555;
  font-weight: bold;
}
.moldata_detail .left .map .wrap-dl .wrap-dd .tit span {
  color: #999;
}
.moldata_detail .left .map .wrap-dl .wrap-dd .tit a {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  padding-right: 20px;
  background: url("../images/arrow.png") -124px -70px no-repeat;
  height: 16px;
  line-height: 16px;
  float: right;
  margin-top: 4px;
}
.moldata_detail .left .map .wrap-dl .wrap-dd .tit a:hover {
  background: url(../images/fold-hover.png) 29px 6px no-repeat;
}
.moldata_detail .left .map .wrap-dl .wrap-dd .wrap-img {
  width: 690px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.moldata_detail .left .map .wrap-dl .wrap-dd .wrap-img span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.moldata_detail .left .map .wrap-dl .wrap-dd .wrap-img img {
  max-width: 690px;
  vertical-align: top;
}
.moldata_detail .left .map .rm_list {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 105%;
}
.moldata_detail .left .map .rm_list a {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  margin-bottom: 5px;
  margin-right: 40px;
}
.moldata_detail .left .map .doc-con {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  max-height: 505px;
  overflow-y: auto;
  width: 92%;
  color: #999;
  word-break: break-all;
  margin-top: 10px;
  margin-left: 4%;
  margin-right: 4%;
}
.moldata_detail .left .map .action {
  text-align: center;
  margin-top: 30px;
}
.moldata_detail .left .map .action button {
  width: 84px;
  height: 36px;
  border: 0;
  border-radius: 3px;
  background: #317ee7;
  color: #fff;
  margin-right: 30px;
}
.moldata_detail .left .map .action button:hover {
  background: #1d5edc;
}

.r-m {
  border: #ddd solid 1px;
  padding: 15px;
  width: 728px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-top: 20px;
}
.r-m h2 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 5px;
}
.r-m ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.r-m ul li {
  float: left;
  margin-right: 20px;
}
.r-m ul li a {
  color: #666;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
}
.r-m ul li a:hover {
  color: #317ee7;
}

.user_footprint_ok_form {
  width: 380px;
  padding: 20px;
}
.user_footprint_ok_form .ts {
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  padding-left: 35px;
  background: url("../images/tips_gg.png") no-repeat 0 center;
}
.user_footprint_ok_form .imgs {
  width: 120px;
  height: 120px;
  border: 1px #e3e3e3 solid;
  text-align: center;
}
.user_footprint_ok_form .tb {
  margin: 20px 10px 30px 10px;
}
.user_footprint_ok_form .inf {
  font-size: 14px;
  padding-left: 20px;
}
.user_footprint_ok_form .cs {
  margin-bottom: 10px;
}
.user_footprint_ok_form .clo {
  margin-left: 100px;
}

.winformtb {
  margin: 10px 0 20px 0;
  padding: 0;
}
.winformtb td,
.winformtb th {
  height: 40px;
}
.winformtb td {
  padding-left: 4px;
}
.winformtb td s {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding-left: 25px;
  color: #E15437;
}
.winformtb td s.tps {
  display: none;
}
.winformtb th {
  width: 145px;
  text-align: right;
  font-weight: normal;
}
.winformtb th i {
  color: #f00;
  padding-right: 3px;
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
}
.winformtb input.txt {
  background-color: #fff;
  padding-left: 5px;
  width: 375px;
  height: 30px;
  line-height: 30px;
  border: 1px #B5B5B5 solid;
  font-size: 15px;
}
.winformtb input.d {
  border: none;
}
.winformtb input.w100 {
  width: 100px;
}
.winformtb input.w160 {
  width: 160px;
}
.winformtb input.w120 {
  width: 120px;
}
.winformtb input.w240 {
  width: 240px;
}
.winformtb input.w400 {
  width: 400px;
}
.winformtb input.mtb3 {
  margin: 3px 0;
}
.winformtb .uantity_unit {
  height: 34px;
}
.winformtb .iracb_la {
  padding-right: 15px;
}
.winformtb .txta {
  width: 472px;
  height: auto;
  margin: 2px auto 2px auto;
  font-size: 13px;
  font-size: 12px\9;
  border: 1px #aaa solid;
  outline: none;
  resize: none;
  overflow-y: scroll;
}
.winformtb .buts {
  position: relative;
  z-index: 1;
}
.winformtb .buts .clo {
  position: absolute;
  z-index: 2;
  left: 390px;
}
.winformtb .xkifn {
  position: relative;
  z-index: 1;
  height: 60px;
}
.winformtb .xkifn .ifn {
  position: absolute;
  z-index: 2;
  top: -6px;
  width: 460px;
  padding-left: 18px;
  text-indent: -18px;
  word-break: break-all;
  word-wrap: break-word;
}
.winformtb .xkifn .ysc {
  position: absolute;
  z-index: 2;
  bottom: 10px;
}
.winformtb .supplierlists li {
  display: block;
  padding: 0 0 4px 0;
  width: 480px;
}
.winformtb .supplierlists li.g-hidden {
  display: none;
}
.winformtb .supplierlists label {
  padding-left: 3px;
}

.momsg {
  width: 550px;
  padding: 20px 5px;
  background-color: #fff;
}
.momsg .ico {
  float: left;
  width: 86px;
  height: 86px;
  margin-left: 30px;
}
.momsg .ico_success {
  background-position: 0 -86px;
}
.momsg .ico_error {
  background-position: 0 0;
}
.momsg .ico_confirm {
  background-position: 0 -172px;
}
.momsg .msg {
  width: 394px;
  float: left;
  margin-left: 30px;
  font-size: 16px;
}
.momsg .msg .butts {
  margin: 30px 0 10px 0;
  width: 334px;
  text-align: center;
}
.momsg .msg .butts .butspan {
  padding: 0 30px;
}

button.buts_def1 {
  border-radius: 4px;
  border: 0;
  min-width: 74px;
  padding: 0px 10px;
  height: 34px;
  color: #FFF;
  font-size: 16px;
  background-color: #5A7FA8;
}

.user_footprint_ok_form .clo {
  margin-left: 100px;
}

button.buts_def1:hover {
  background-color: #5DACE7;
}

.moldata_care {
  padding: 14px 19px;
  margin: 14px 0;
  border: 1px solid #ddd;
}
.moldata_care h2 {
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px dotted #aaa;
}
.moldata_care ul {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-top: 20px;
}
.moldata_care ul li {
  float: left;
  width: 124px;
  margin-right: 24px;
  height: 176px;
}
.moldata_care ul li.last-child {
  margin-right: 0;
}
.moldata_care ul li .wrap-img {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: #ddd solid 1px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  padding: 1px;
  margin-bottom: 10px;
}
.moldata_care ul li .wrap-img a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ie7 .moldata_care ul li .wrap-img a {
  position: absolute;
  top: 50%;
}
.moldata_care ul li .wrap-img img {
  max-width: 120px;
  max-height: 120px;
  vertical-align: middle;
}
.ie7 .moldata_care ul li .wrap-img img {
  position: relative;
  top: -50%;
}
.ie7 .moldata_care ul li .wrap-img {
  position: relative;
}
.moldata_care ul li .wrap-img:hover {
  border: #317ee7 solid 2px;
  padding: 0;
}
.moldata_care ul li .ico-shop {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 16px;
  height: 14px;
  margin-left: 4px;
  background: url(../images/shop.png) no-repeat;
}
.moldata_care ul li .ico-shop:hover {
  background: url(../images/shop02.png) no-repeat;
}
.moldata_care ul li .info {
  text-align: center;
}
.moldata_care ul li p a {
  font-size: 12px;
}
.moldata_care ul li span {
  display: block;
  width: 123px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
}
.moldata_care ul li span a {
  font-size: 12px;
  color: #555;
}
.moldata_care ul li span a:hover {
  color: #317ee7;
}

.molbase-bubble.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: 4px !important;
}
.molbase-bubble.tooltipster-sidetip.molbase-bubble .tooltipster-arrow-background, .molbase-bubble.tooltipster-sidetip.molbase-bubble .tooltipster-arrow-border {
  border-width: 7px !important;
}
.molbase-bubble.tooltipster-sidetip .tooltipster-arrow {
  overflow: unset;
}

.con {
  width: 825px;
  padding: 27px 10px 57px;
  position: relative;
}
.con .btn-tupu {
  width: 126px;
  height: 30px;
  line-height: 30px;
  border: 0;
  border-radius: 3px;
  background: #317ee7;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -15px;
}
.con .btn-tupu2 {
  position: relative;
  float: right;
  margin-bottom: 15px;
  right: 0;
  top: 0;
}
